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/Android | |
| parent | 51136681dfa77c88f548d187c9c7954f0ad6ac32 (diff) | |
IniFile: Handle s64/u64 values
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/jni/ButtonManager.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Android/jni/ButtonManager.cpp b/Source/Android/jni/ButtonManager.cpp index 36d21684ce..6f6b812494 100644 --- a/Source/Android/jni/ButtonManager.cpp +++ b/Source/Android/jni/ButtonManager.cpp @@ -2,7 +2,10 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include <sstream> +#include <string> #include <unordered_map> +#include <vector> #include "Common/FileUtil.h" #include "Common/IniFile.h" |
