aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/file_util.cpp
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2014-10-22 22:43:15 -0200
committerGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2014-10-22 22:43:15 -0200
commitb75ac2439196ecf95efe76e38ca2c3f1afcd6421 (patch)
tree97e43cf46661fe129b814c1eeae3a2ee8aa55db2 /src/common/file_util.cpp
parentefacd65b261049dae6785b22764bde4e65f80ddd (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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/file_util.cpp b/src/common/file_util.cpp
index 78a64259..77a22688 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>