Fix MSVC compile error, bug1406.

This commit is contained in:
Wilson Snyder
2019-03-04 20:29:01 -05:00
parent f26fb51509
commit 455c552132
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
#include <cctype>
#include <sys/stat.h> // mkdir
#if defined(WIN32) || defined(__MINGW32__)
#if defined(_WIN32) || defined(__MINGW32__)
# include <direct.h> // mkdir
#endif