diff options
Diffstat (limited to 'tests/GLProgramsTest.cpp')
| -rw-r--r-- | tests/GLProgramsTest.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp index a43ad834ef..199cc4989d 100644 --- a/tests/GLProgramsTest.cpp +++ b/tests/GLProgramsTest.cpp @@ -8,6 +8,10 @@ // This is a GPU-backend specific test. It relies on static intializers to work +#include "SkTypes.h" + +#if SK_SUPPORT_GPU && SK_ALLOW_STATIC_GLOBAL_INITIALIZERS + #include "gl/GrGpuGL.h" #include "effects/GrColorTableEffect.h" #include "effects/GrConvolutionEffect.h" @@ -17,8 +21,6 @@ #include "GrRandom.h" #include "Test.h" -#if SK_SUPPORT_GPU && SK_ALLOW_STATIC_GLOBAL_INITIALIZERS - namespace { // GrRandoms nextU() values have patterns in the low bits |
