From 6e607d45d913ad4dc3d040ef689e91b6da77d1eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 17 Apr 2011 01:48:58 +0200 Subject: [PATCH] Fixed mingw32 build. --- library/DFProcess-windows-SHM.cpp | 2 ++ library/DFProcess-windows.cpp | 2 ++ library/modules/WindowIO-windows.cpp | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/library/DFProcess-windows-SHM.cpp b/library/DFProcess-windows-SHM.cpp index 493af5a98..1e516d26e 100644 --- a/library/DFProcess-windows-SHM.cpp +++ b/library/DFProcess-windows-SHM.cpp @@ -24,6 +24,8 @@ distribution. #include "Internal.h" #include "PlatformInternal.h" #include +#include +#include #include #include #include diff --git a/library/DFProcess-windows.cpp b/library/DFProcess-windows.cpp index 39a7ecfd8..e1a5e31c7 100644 --- a/library/DFProcess-windows.cpp +++ b/library/DFProcess-windows.cpp @@ -24,6 +24,8 @@ distribution. #include "Internal.h" #include "PlatformInternal.h" #include +#include +#include #include #include #include diff --git a/library/modules/WindowIO-windows.cpp b/library/modules/WindowIO-windows.cpp index b0666992e..55248d03c 100644 --- a/library/modules/WindowIO-windows.cpp +++ b/library/modules/WindowIO-windows.cpp @@ -25,7 +25,7 @@ distribution. #include "Internal.h" #include "PlatformInternal.h" #include - +#include using namespace std; #include "ContextShared.h" #include "dfhack/modules/WindowIO.h"