diff --git a/icu4c/source/common/uassert.h b/icu4c/source/common/uassert.h index 08bd330dc31..0a6080db56a 100644 --- a/icu4c/source/common/uassert.h +++ b/icu4c/source/common/uassert.h @@ -19,6 +19,8 @@ #ifndef U_ASSERT_H #define U_ASSERT_H +/* utypes.h is included to get the proper define for uint8_t */ +#include "unicode/utypes.h" #include #define U_ASSERT(exp) assert(exp) #endif