diff options
| author | Lioncash <mathew1800@gmail.com> | 2017-02-24 22:56:33 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2017-02-25 00:03:20 -0500 |
| commit | beec40f178f3eb324d96378a5a9b18ebe407f171 (patch) | |
| tree | 18ccad5fd2075ad1c948668cf87919b9453d53e7 /Source/Core/VideoCommon/AVIDump.cpp | |
| parent | 51136681dfa77c88f548d187c9c7954f0ad6ac32 (diff) | |
IniFile: Handle s64/u64 values
Diffstat (limited to 'Source/Core/VideoCommon/AVIDump.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/AVIDump.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/AVIDump.cpp b/Source/Core/VideoCommon/AVIDump.cpp index d82de483fb..dd517930c3 100644 --- a/Source/Core/VideoCommon/AVIDump.cpp +++ b/Source/Core/VideoCommon/AVIDump.cpp @@ -6,6 +6,7 @@ #define __STDC_CONSTANT_MACROS 1 #endif +#include <sstream> #include <string> extern "C" { @@ -18,6 +19,7 @@ extern "C" { #include "Common/FileUtil.h" #include "Common/Logging/Log.h" #include "Common/MsgHandler.h" +#include "Common/StringUtil.h" #include "Core/ConfigManager.h" #include "Core/HW/SystemTimers.h" |
