summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/i18n/unicode/alphaindex.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/i18n/unicode/alphaindex.h')
-rw-r--r--deps/icu-small/source/i18n/unicode/alphaindex.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/icu-small/source/i18n/unicode/alphaindex.h b/deps/icu-small/source/i18n/unicode/alphaindex.h
index dfb6110a36..fe43995fe8 100644
--- a/deps/icu-small/source/i18n/unicode/alphaindex.h
+++ b/deps/icu-small/source/i18n/unicode/alphaindex.h
@@ -13,6 +13,9 @@
#define INDEXCHARS_H
#include "unicode/utypes.h"
+
+#if U_SHOW_CPLUSPLUS_API
+
#include "unicode/uobject.h"
#include "unicode/locid.h"
#include "unicode/unistr.h"
@@ -757,4 +760,7 @@ private:
U_NAMESPACE_END
#endif // !UCONFIG_NO_COLLATION
+
+#endif /* U_SHOW_CPLUSPLUS_API */
+
#endif