From b75ac2439196ecf95efe76e38ca2c3f1afcd6421 Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner <yuriks@yuriks.net> Date: Wed, 22 Oct 2014 22:43:15 -0200 Subject: Use std sized types instead of platform specific typedefs --- src/common/file_util.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/file_util.cpp') 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> -- cgit v1.2.3-70-g09d2