diff options
Diffstat (limited to 'tools/mhmake/src/stdafx.h')
-rw-r--r-- | tools/mhmake/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mhmake/src/stdafx.h b/tools/mhmake/src/stdafx.h index d7e7bf4b7..bc686e03e 100644 --- a/tools/mhmake/src/stdafx.h +++ b/tools/mhmake/src/stdafx.h @@ -42,6 +42,7 @@ #include <set>
#include <stack>
#include <algorithm>
+#include <sstream>
#ifdef _MSC_VER
#include <io.h>
|