From 83061cffcae347b941b92b02409c6836e3545b09 Mon Sep 17 00:00:00 2001 From: PatrikLundell Date: Fri, 1 Sep 2017 15:37:40 +0200 Subject: [PATCH] Replaced include of dfhack.h with and DataDefs.h --- plugins/embark-assistant/biome_type.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/embark-assistant/biome_type.cpp b/plugins/embark-assistant/biome_type.cpp index 20ae086bf..01bc0044a 100644 --- a/plugins/embark-assistant/biome_type.cpp +++ b/plugins/embark-assistant/biome_type.cpp @@ -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 + +#include "DataDefs.h" #include #include #include