summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/common/unicode/dbbi.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/common/unicode/dbbi.h')
-rw-r--r--deps/icu-small/source/common/unicode/dbbi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/icu-small/source/common/unicode/dbbi.h b/deps/icu-small/source/common/unicode/dbbi.h
index 62509c5227..9031c0b96b 100644
--- a/deps/icu-small/source/common/unicode/dbbi.h
+++ b/deps/icu-small/source/common/unicode/dbbi.h
@@ -13,6 +13,10 @@
#ifndef DBBI_H
#define DBBI_H
+#include "unicode/utypes.h"
+
+#if U_SHOW_CPLUSPLUS_API
+
#include "unicode/rbbi.h"
#if !UCONFIG_NO_BREAK_ITERATION
@@ -39,4 +43,6 @@ U_NAMESPACE_END
#endif /* #if !UCONFIG_NO_BREAK_ITERATION */
+#endif /* U_SHOW_CPLUSPLUS_API */
+
#endif