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
develop
gsvslto 2011-08-23 10:57:37 +02:00
parent 90163c4be5
commit b173a59a42
1 changed files with 1 additions and 1 deletions

@ -35,7 +35,7 @@ distribution.
#include "dfhack/modules/Vegetation.h"
#include <vector>
#include "dfhack/Virtual.h"
#include <dfhack/BitArray.h>
#include "dfhack/BitArray.h"
/**
* \defgroup grp_maps Maps module and its types