From 90163c4be5d01e2407bba59080a66125ebc9f07a Mon Sep 17 00:00:00 2001 From: gsvslto Date: Tue, 23 Aug 2011 10:48:28 +0200 Subject: [PATCH 1/2] Added includes for and Without, I got errors when building in MSVC++ 2010 Express Not sure if line endings are UNIX as online edit from Windows machine --- library/include/dfhack/VersionInfo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/include/dfhack/VersionInfo.h b/library/include/dfhack/VersionInfo.h index d53f47c22..f230f00b0 100644 --- a/library/include/dfhack/VersionInfo.h +++ b/library/include/dfhack/VersionInfo.h @@ -31,7 +31,9 @@ distribution. #include "dfhack/Pragma.h" #include "dfhack/Export.h" #include "dfhack/Types.h" +#include #include +#include namespace DFHack { From b173a59a42cfb5c7e6656a08b6ddb8df22b03d7e Mon Sep 17 00:00:00 2001 From: gsvslto Date: Tue, 23 Aug 2011 10:57:37 +0200 Subject: [PATCH 2/2] Change < to " for dfhack/BitArray.h include Unchanged, I got and error when building in MSVC++ 2010 Express Not sure if line endings are UNIX as online edit from Windows machine --- library/include/dfhack/modules/Maps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/include/dfhack/modules/Maps.h b/library/include/dfhack/modules/Maps.h index 69797068f..3ef0556b8 100644 --- a/library/include/dfhack/modules/Maps.h +++ b/library/include/dfhack/modules/Maps.h @@ -35,7 +35,7 @@ distribution. #include "dfhack/modules/Vegetation.h" #include #include "dfhack/Virtual.h" -#include +#include "dfhack/BitArray.h" /** * \defgroup grp_maps Maps module and its types