ICU-21249 Fix common/uniquecharstr.h to pass the internal header check: include uassert.h needed.

This commit is contained in:
gnrunge 2020-09-10 13:52:58 -07:00 committed by Frank Yung-Fong Tang
parent a18df7ba28
commit 1baf0ea9b9

View File

@ -8,6 +8,7 @@
#define __UNIQUECHARSTR_H__
#include "charstr.h"
#include "uassert.h"
#include "uhash.h"
U_NAMESPACE_BEGIN