diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/SkPictureRecorder.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/SkPictureRecorder.cpp b/src/core/SkPictureRecorder.cpp index 844b0e765b..6fa9a06067 100644 --- a/src/core/SkPictureRecorder.cpp +++ b/src/core/SkPictureRecorder.cpp @@ -5,6 +5,8 @@ * found in the LICENSE file. */ +// Need to include SkTypes first, so that SK_BUILD_FOR_ANDROID is defined. +#include "SkTypes.h" #ifdef SK_BUILD_FOR_ANDROID #include "SkPicturePlayback.h" #endif |