summaryrefslogtreecommitdiffstats
path: root/libs/hwui/PatchCache.h
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2010-12-10 12:33:05 -0800
committerRomain Guy <romainguy@google.com>2010-12-10 12:33:05 -0800
commit25dc3a7dbac2f90f5144035e9c8ed99c09cc3132 (patch)
tree437bc11671362d200c011b63abb767e603867da8 /libs/hwui/PatchCache.h
parentaf636ebf5feb2837683fbfe965040cb706b32ec1 (diff)
downloadframeworks_base-25dc3a7dbac2f90f5144035e9c8ed99c09cc3132.zip
frameworks_base-25dc3a7dbac2f90f5144035e9c8ed99c09cc3132.tar.gz
frameworks_base-25dc3a7dbac2f90f5144035e9c8ed99c09cc3132.tar.bz2
Correctly compare strings in UTF-8 instead of UTF-16
Bug #3272858 Change-Id: Idacd5d7c2c052b4834a8ddb5906ab32b3f548f73
Diffstat (limited to 'libs/hwui/PatchCache.h')
-rw-r--r--libs/hwui/PatchCache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/PatchCache.h b/libs/hwui/PatchCache.h
index 951fba3..62d0ce1 100644
--- a/libs/hwui/PatchCache.h
+++ b/libs/hwui/PatchCache.h
@@ -19,6 +19,7 @@
#include <utils/KeyedVector.h>
+#include "utils/Compare.h"
#include "Debug.h"
#include "Patch.h"