Replaced include of dfhack.h with <utility> and DataDefs.h

develop
PatrikLundell 2017-09-01 15:37:40 +02:00
parent 831fa07fb2
commit 83061cffca
1 changed files with 3 additions and 1 deletions

@ -29,7 +29,9 @@ misrepresented as being the original software.
// You can always find the latest version of this plugin in Github
// https://github.com/ragundo/exportmaps
#include "dfhack.h"
#include <utility>
#include "DataDefs.h"
#include <df/region_map_entry.h>
#include <df/world.h>
#include <df/world_data.h>