diff --git a/src/ifcconvert/IfcConvert.cpp b/src/ifcconvert/IfcConvert.cpp index e9a8780469..4fd315261d 100644 --- a/src/ifcconvert/IfcConvert.cpp +++ b/src/ifcconvert/IfcConvert.cpp @@ -56,9 +56,9 @@ #ifdef _MSC_VER #include #include +#endif // C++11 header: #include -#endif #if defined(_MSC_VER) && defined(_UNICODE) typedef std::wstring path_t;