diff options
author | bunnei <bunneidev@gmail.com> | 2014-10-23 16:29:42 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-10-23 16:29:42 -0400 |
commit | 424fe2784404b8080b30bcf401b994b98b41579f (patch) | |
tree | 97e43cf46661fe129b814c1eeae3a2ee8aa55db2 /src/common/file_util.cpp | |
parent | efacd65b261049dae6785b22764bde4e65f80ddd (diff) | |
parent | b75ac2439196ecf95efe76e38ca2c3f1afcd6421 (diff) |
Merge pull request #146 from yuriks/inttypes
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> |