diff options
| author | Rohit Nirmal <rohitnirmal9@gmail.com> | 2016-01-01 10:26:15 -0600 |
|---|---|---|
| committer | Rohit Nirmal <rohitnirmal9@gmail.com> | 2016-01-01 10:26:15 -0600 |
| commit | 76333b388f0344ffaa3287db879ef8a84061dab6 (patch) | |
| tree | 3d018db75f04dc048f0fb6fd6b5e46efc27b3cb4 /Source/Core | |
| parent | f836e5937f25edbd8505156410aa9b519801db3b (diff) | |
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" |
