X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/f3c0d7a59d99c2a94c6b8822291f0e42be3773c9..340931cb2e044a2141d11567dd0f782524e32994:/icuSources/common/unicode/errorcode.h diff --git a/icuSources/common/unicode/errorcode.h b/icuSources/common/unicode/errorcode.h index f0113d96..fe7b5183 100644 --- a/icuSources/common/unicode/errorcode.h +++ b/icuSources/common/unicode/errorcode.h @@ -26,9 +26,11 @@ */ #include "unicode/utypes.h" -#include "unicode/uobject.h" #if U_SHOW_CPLUSPLUS_API + +#include "unicode/uobject.h" + U_NAMESPACE_BEGIN /** @@ -136,6 +138,7 @@ protected: }; U_NAMESPACE_END -#endif // U_SHOW_CPLUSPLUS_API + +#endif /* U_SHOW_CPLUSPLUS_API */ #endif // __ERRORCODE_H__