diff options
| author | Mathew Maidment <mathew1800@gmail.com> | 2016-01-01 15:36:48 -0500 |
|---|---|---|
| committer | Mathew Maidment <mathew1800@gmail.com> | 2016-01-01 15:36:48 -0500 |
| commit | 988f62dfb1d7ce3c86d79e8aa1dcb4fae55852fb (patch) | |
| tree | b5bfeb85a9b7a1d54846221b07b65b0dc4dc4842 /Source/Core | |
| parent | b4e9bbb5516070fbed6fe49b90b00136f8e6f7e8 (diff) | |
| parent | 76333b388f0344ffaa3287db879ef8a84061dab6 (diff) | |
Merge pull request #3427 from rohit-n/build-pch
Fix building with PCH disabled.
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/MemoryWatcher.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Core/MemoryWatcher.cpp b/Source/Core/Core/MemoryWatcher.cpp index ddaf1a6423..f16fcfd12b 100644 --- a/Source/Core/Core/MemoryWatcher.cpp +++ b/Source/Core/Core/MemoryWatcher.cpp @@ -4,6 +4,7 @@ #include <fstream> #include <iostream> +#include <sstream> #include <unistd.h> #include "Common/FileUtil.h" |
