From c61bc29f0646430c207050ed5b62a6a216628159 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Tue, 21 May 2019 12:03:44 +0100 Subject: [PATCH] Relocate random header include --- src/ifcconvert/IfcConvert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;