diff options
Diffstat (limited to 'converter/source/main.cpp')
-rw-r--r-- | converter/source/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/source/main.cpp b/converter/source/main.cpp index 0cf3248b9..67da82804 100644 --- a/converter/source/main.cpp +++ b/converter/source/main.cpp @@ -4,7 +4,7 @@ #include "cQuicksort.h" #include "cDeNotch.h" #ifdef _WIN32 -#include "dirent.h" +#include "wdirent.h" #else #include <dirent.h> #endif |