aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/gUniqueGlyphIDs.h
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2017-02-07 14:09:38 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-10 01:19:52 +0000
commit6b20a559968e1ed0d3aa4ecbd6ddda9e681b4f86 (patch)
tree7f5846aed71df057c7a6adfd226fd8e04dbc87a9 /bench/gUniqueGlyphIDs.h
parent8616bb2544b8504949a61d123d8cd130b0d8ce25 (diff)
Make header files self-sufficient
Change-Id: Ice7d761b1023da77e50e5d6aa597964f7d9aa1d8 Reviewed-on: https://skia-review.googlesource.com/8302 Commit-Queue: Hal Canary <halcanary@google.com> Reviewed-by: Mike Reed <reed@google.com>
Diffstat (limited to 'bench/gUniqueGlyphIDs.h')
-rw-r--r--bench/gUniqueGlyphIDs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bench/gUniqueGlyphIDs.h b/bench/gUniqueGlyphIDs.h
index fe1c67a095..8132106340 100644
--- a/bench/gUniqueGlyphIDs.h
+++ b/bench/gUniqueGlyphIDs.h
@@ -5,6 +5,10 @@
* found in the LICENSE file.
*/
+#ifndef gUniqueGlyphIDs_DEFINED
+#define gUniqueGlyphIDs_DEFINED
+
+#include <cstdint>
/* runs of unique glyph IDs, with a 0xFFFF sentinel between different runs
*
@@ -466,3 +470,4 @@ static const uint16_t gUniqueGlyphIDs[] = {
1329, 2149, 2201, 2275, 2901, 3253, 3406, 3824, 9106, 9125, 9137, 9172, 12431, 0xFFFF,
3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 64, 65, 66, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95, 97, 98, 105, 106, 107, 108, 109, 112, 113, 114, 116, 117, 120, 121, 122, 123, 124, 125, 126, 127, 131, 138, 139, 140, 169, 170, 171, 177, 178, 179, 180, 182, 188, 194, 198, 200, 208, 234, 240, 255, 259, 264, 429, 458, 484, 570, 571, 572, 573, 574, 575, 576, 577, 578, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 593, 594, 595, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 629, 630, 631, 632, 633, 1131, 1133, 1189, 1190, 1191, 1192, 1193, 1195, 1197, 1199, 1201, 1203, 1209, 1211, 1213, 1215, 1217, 1219, 1221, 1223, 1225, 1227, 1229, 1231, 1233, 1235, 1237, 1239, 1241, 1243, 1245, 1247, 1249, 1251, 1253, 1255, 1257, 1259, 1261, 1263, 1265, 1267, 1269, 1273, 1275, 0xFFFF,
0xFFFF };
+#endif // gUniqueGlyphIDs_DEFINED