summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libs/hwui/font/FontUtil.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/font/FontUtil.h b/libs/hwui/font/FontUtil.h
index e302afb..f23ccbe 100644
--- a/libs/hwui/font/FontUtil.h
+++ b/libs/hwui/font/FontUtil.h
@@ -19,6 +19,8 @@
#include <SkUtils.h>
+#include "Properties.h"
+
///////////////////////////////////////////////////////////////////////////////
// Defines
///////////////////////////////////////////////////////////////////////////////
@@ -49,6 +51,7 @@
return g;
}
#else
+#error here
typedef SkUnichar glyph_t;
#define TO_GLYPH(g) ((SkUnichar) g)
#define GET_METRICS(cache, glyph) cache->getUnicharMetrics(glyph)