File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -549,8 +549,9 @@ if(NOT MSVC)
549549 message (FATAL_ERROR "OCCT7 requires a compiler with C++11 support" )
550550 endif ()
551551 else ()
552- add_definitions (-std=c++03 )
552+ add_definitions (-std=c++0x )
553553 endif ()
554+
554555endif ()
555556
556557set (IFCOPENSHELL_LIBRARIES IfcParse IfcGeom)
Original file line number Diff line number Diff line change 7070using namespace IfcParse ;
7171using namespace IfcWrite ;
7272
73+ #ifdef HAVE_ICU
74+ #include < unicode/unistr.h>
75+ #endif
76+
7377void IfcCharacterDecoder::addChar (std::stringstream& s,const UChar32& ch) {
7478#ifdef HAVE_ICU
7579 if ( destination ) {
@@ -386,4 +390,4 @@ IfcCharacterEncoder::operator std::string() {
386390#ifdef HAVE_ICU
387391UErrorCode IfcCharacterEncoder::status = U_ZERO_ERROR;
388392UConverter* IfcCharacterEncoder::converter = 0 ;
389- #endif
393+ #endif
You can’t perform that action at this time.
0 commit comments