Added includes for <maps> and <vector>

Without, I got errors when building in MSVC++ 2010 Express

Not sure if line endings are UNIX as online edit from Windows machine
develop
gsvslto 2011-08-23 10:48:28 +02:00
parent 4922be0a75
commit 90163c4be5
1 changed files with 2 additions and 0 deletions

@ -31,7 +31,9 @@ distribution.
#include "dfhack/Pragma.h"
#include "dfhack/Export.h"
#include "dfhack/Types.h"
#include <maps>
#include <sys/types.h>
#include <vector>
namespace DFHack
{