summaryrefslogtreecommitdiff
path: root/src/common/file_util.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2014-10-23 16:29:42 -0400
committerGravatar bunnei2014-10-23 16:29:42 -0400
commit424fe2784404b8080b30bcf401b994b98b41579f (patch)
tree97e43cf46661fe129b814c1eeae3a2ee8aa55db2 /src/common/file_util.cpp
parentMerge pull request #145 from yuriks/shader-log-crash (diff)
parentUse std sized types instead of platform specific typedefs (diff)
downloadyuzu-424fe2784404b8080b30bcf401b994b98b41579f.tar.gz
yuzu-424fe2784404b8080b30bcf401b994b98b41579f.tar.xz
yuzu-424fe2784404b8080b30bcf401b994b98b41579f.zip
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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/file_util.cpp b/src/common/file_util.cpp
index 78a642599..77a226885 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>