aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar reed <reed@chromium.org>2014-11-17 06:15:42 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-17 06:15:42 -0800
commit73c250112026b84b38e6dc8c93e0cfc31918dc9d (patch)
treefc1f9610535d407c8d2d262549337b0c9c72a558 /tests
parent1379b87ae463246e586b869f7457ce5befc4472c (diff)
separate c headers
Diffstat (limited to 'tests')
-rw-r--r--tests/CTest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/CTest.cpp b/tests/CTest.cpp
index f663dcf949..8127e9b106 100644
--- a/tests/CTest.cpp
+++ b/tests/CTest.cpp
@@ -5,7 +5,10 @@
* found in the LICENSE file.
*/
+#include "sk_canvas.h"
+#include "sk_paint.h"
#include "sk_surface.h"
+
#include "Test.h"
static void test_c(skiatest::Reporter* reporter) {