Relocate random header include

This commit is contained in:
Daniel Smith
2019-05-21 12:03:44 +01:00
committed by Thomas Krijnen
parent 90ac50f210
commit c61bc29f06
+1 -1
View File
@@ -56,9 +56,9 @@
#ifdef _MSC_VER
#include <io.h>
#include <fcntl.h>
#endif
// C++11 header:
#include <random>
#endif
#if defined(_MSC_VER) && defined(_UNICODE)
typedef std::wstring path_t;