Add ICU header and namespace in IfcCharacterDecoder

To compile on macOS with a recent ICU, we have to add the correct header and refer to the right namespace in IfcCharacterDecoder
This commit is contained in:
Stefan Boeykens
2018-06-17 15:15:52 +02:00
parent 4cfb2f1027
commit 0ba1ac7df3
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
/********************************************************************************
/********************************************************************************
* *
* This file is part of IfcOpenShell. *
* *
@@ -32,6 +32,7 @@
#ifdef HAVE_ICU
#include "unicode/ucnv.h"
#include "unicode/unistr.h"
#else
typedef unsigned int UChar32;
#endif