summaryrefslogtreecommitdiff
path: root/include/minikin/GraphemeBreak.h
diff options
context:
space:
mode:
authorSeigo Nonaka <nona@google.com>2017-10-19 17:43:56 -0700
committerSeigo Nonaka <nona@google.com>2017-10-20 16:55:58 -0700
commit1d461589869ee5b7102f96271b0ef0a776ab513c (patch)
tree0c735f7149dacdb1f90e71f269f4bcb53968b66f /include/minikin/GraphemeBreak.h
parentf1c8c2939f4f025c52cbe0e9e1e944400de47d31 (diff)
downloadminikin-1d461589869ee5b7102f96271b0ef0a776ab513c.tar.gz
Style cleanup.
This CL contains following cleanups: - Rename the following classes and corresponding file names: FontLanguage -> Locale FontLanguages -> LocaleList FontLanguageListCache -> LocaleListCache - Remove unnecessary #include lines. - Define the Minikin's header include ordering and follow that style. See doc/minikin_style.md for details. - Always use std::string and std::vector instead of string and vector with using-declaration. - Replace LOG_ALWAYS_FATAL_IF with MINIKIN_ASSERT so that the assertion is removed on build configuration for user. This CL does not change any behavior. Bug: 65024629 Test: make checkbuild Change-Id: If41bb3c3389303053bbe95e349eb2dd4b619257c
Diffstat (limited to 'include/minikin/GraphemeBreak.h')
-rw-r--r--include/minikin/GraphemeBreak.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/minikin/GraphemeBreak.h b/include/minikin/GraphemeBreak.h
index f1b5102..a6095da 100644
--- a/include/minikin/GraphemeBreak.h
+++ b/include/minikin/GraphemeBreak.h
@@ -17,6 +17,8 @@
#ifndef MINIKIN_GRAPHEME_BREAK_H
#define MINIKIN_GRAPHEME_BREAK_H
+#include <cstdint>
+
namespace minikin {
class GraphemeBreak {