From e6b04a1407c5be8c84b233fd1cbc9523f2102be3 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Fri, 9 Mar 2018 14:41:36 -0500 Subject: IWYU for test files starting with 'B'. Found reproduction of iwyu issue #486, fixed at https://github.com/include-what-you-use/include-what-you-use/pull/522 Change-Id: Ic77a1a0c3b02b7853517c7fc4d98d92b29c2b0eb Reviewed-on: https://skia-review.googlesource.com/113214 Reviewed-by: Herb Derby Commit-Queue: Ben Wagner --- tests/BitSetTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/BitSetTest.cpp') diff --git a/tests/BitSetTest.cpp b/tests/BitSetTest.cpp index 6fc8351b3c..e055fbc33c 100644 --- a/tests/BitSetTest.cpp +++ b/tests/BitSetTest.cpp @@ -6,6 +6,7 @@ */ #include "SkBitSet.h" +#include "SkTDArray.h" #include "Test.h" DEF_TEST(BitSet, reporter) { -- cgit v1.2.3