Skip to content

Commit c61bc29

Browse files
nref-danaothms
authored andcommitted
Relocate random header include
1 parent 90ac50f commit c61bc29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ifcconvert/IfcConvert.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
#ifdef _MSC_VER
5757
#include <io.h>
5858
#include <fcntl.h>
59+
#endif
5960
// C++11 header:
6061
#include <random>
61-
#endif
6262

6363
#if defined(_MSC_VER) && defined(_UNICODE)
6464
typedef std::wstring path_t;

0 commit comments

Comments
 (0)