libroot/icu: Add missing include of assert.h.

Needed everywhere other than GCC2.
This commit is contained in:
Augustin Cavalier
2023-04-08 15:06:13 -04:00
parent adc3561bed
commit 23e3c5fa0c
@@ -6,6 +6,7 @@
#include "ICUCollateData.h"
#include <assert.h>
#include <string.h>
#include <strings.h>
#include <wchar.h>