aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/stdafx.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-10-30 18:34:27 +0000
committermarha <marha@users.sourceforge.net>2010-10-30 18:34:27 +0000
commit75ef19188d021a5e965198bde774c1c33bedc1f3 (patch)
treef20be1d1e684a5388c0e386ea302c1b3e98359d0 /tools/mhmake/src/stdafx.h
parentd9ddf066b898491827ffd6f1d115534c54c82f6b (diff)
downloadvcxsrv-75ef19188d021a5e965198bde774c1c33bedc1f3.tar.gz
vcxsrv-75ef19188d021a5e965198bde774c1c33bedc1f3.tar.bz2
vcxsrv-75ef19188d021a5e965198bde774c1c33bedc1f3.zip
Increased gnu make compatibility.
Diffstat (limited to 'tools/mhmake/src/stdafx.h')
-rw-r--r--tools/mhmake/src/stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mhmake/src/stdafx.h b/tools/mhmake/src/stdafx.h
index 3a6bbb946..5d1ffedfb 100644
--- a/tools/mhmake/src/stdafx.h
+++ b/tools/mhmake/src/stdafx.h
@@ -36,6 +36,7 @@
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include <iostream>
+#include <fstream>
#include <string>
#include <vector>
#include <queue>