diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-08-03 14:54:45 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-08-03 14:54:45 +0000 |
commit | 2a48c3adb7cf4fc754f99a41352210b4a99edf04 (patch) | |
tree | 18a6f6180e8df17861a2b19f3b4f13328acb97ea /include/gpu | |
parent | d472620458e2383e6dd949f4e1aaf61160717ffe (diff) |
Fix includes files missing in release builds from GrCustomStageUnitTest.h.
Also fix SK_SUPPORT_GPU=0 build breaks in gmmain.cpp and GLProgramsTest.cpp
git-svn-id: http://skia.googlecode.com/svn/trunk@4947 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/gpu')
-rw-r--r-- | include/gpu/GrCustomStageUnitTest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpu/GrCustomStageUnitTest.h b/include/gpu/GrCustomStageUnitTest.h index 9cbadf3a5b..f928727e4a 100644 --- a/include/gpu/GrCustomStageUnitTest.h +++ b/include/gpu/GrCustomStageUnitTest.h @@ -9,6 +9,8 @@ #define GrCustomStageUnitTest_DEFINED #include "SkRandom.h" +#include "GrNoncopyable.h" +#include "SkTArray.h" #if SK_ALLOW_STATIC_GLOBAL_INITIALIZERS |