diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2014-10-22 22:43:15 -0200 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2014-10-22 22:43:15 -0200 |
commit | b75ac2439196ecf95efe76e38ca2c3f1afcd6421 (patch) | |
tree | 97e43cf46661fe129b814c1eeae3a2ee8aa55db2 /src/common/file_util.cpp | |
parent | efacd65b261049dae6785b22764bde4e65f80ddd (diff) |
Use std sized types instead of platform specific typedefs
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 78a6425997..77a2268856 100644 --- a/src/common/file_util.cpp +++ b/src/common/file_util.cpp @@ -13,6 +13,7 @@ #include <commdlg.h> // for GetSaveFileName #include <io.h> #include <direct.h> // getcwd +#include <tchar.h> #else #include <sys/param.h> #include <dirent.h> |