diff options
Diffstat (limited to 'src/common/file_util.cpp')
| -rw-r--r-- | src/common/file_util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/file_util.cpp b/src/common/file_util.cpp index 9e40e87d4..35da07306 100644 --- a/src/common/file_util.cpp +++ b/src/common/file_util.cpp | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | #include <commdlg.h> // for GetSaveFileName | 13 | #include <commdlg.h> // for GetSaveFileName |
| 14 | #include <io.h> | 14 | #include <io.h> |
| 15 | #include <direct.h> // getcwd | 15 | #include <direct.h> // getcwd |
| 16 | #include <tchar.h> | ||
| 16 | #else | 17 | #else |
| 17 | #include <sys/param.h> | 18 | #include <sys/param.h> |
| 18 | #include <dirent.h> | 19 | #include <dirent.h> |