diff options
| author | Markus Wick <degasus@users.noreply.github.com> | 2017-04-02 16:53:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-02 16:53:31 +0200 |
| commit | 86e48fc1caf1197b5ed4ae1262053f9363cbb060 (patch) | |
| tree | 5322875a4226d27fd8f69e2dae91e600d35a6fe4 /Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp | |
| parent | c626fd7c74cc067f022f072958dacb441c05f97f (diff) | |
| parent | 05872336a9bfc6214f4e818aa76ea1e9bb063dcd (diff) | |
Merge pull request #5194 from lioncash/dialog
Frame: Make TAS dialogs private
Diffstat (limited to 'Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp b/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp index 4c125c26e9..df287220df 100644 --- a/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp +++ b/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp @@ -3,7 +3,9 @@ // Refer to the license.txt file included. #include <cstddef> +#include <fstream> #include <istream> +#include <sstream> #include <string> #include <utility> #include <vector> |
