aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-21 13:13:22 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-21 13:13:22 +0000
commite552dc82be1512df0a8a7f24310d27d2740d7601 (patch)
treeb8592f481dea451bcfb11a52aab88485340f92a0 /src/core
parent99e5b524ced6d299f129bf572960b87579646bb4 (diff)
Fix broken Android builds due to missing includes for NEON defines
Review URL: https://codereview.chromium.org/208173002 git-svn-id: http://skia.googlecode.com/svn/trunk@13890 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/core')
-rw-r--r--src/core/SkBlitter_RGB16.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/SkBlitter_RGB16.cpp b/src/core/SkBlitter_RGB16.cpp
index ef38be4291..21b5a16e3c 100644
--- a/src/core/SkBlitter_RGB16.cpp
+++ b/src/core/SkBlitter_RGB16.cpp
@@ -13,6 +13,7 @@
#include "SkDither.h"
#include "SkShader.h"
#include "SkUtils.h"
+#include "SkUtilsArm.h"
#include "SkXfermode.h"
#if SK_ARM_NEON_IS_ALWAYS && defined(SK_CPU_LENDIAN)