From ee8ac4e5082d1e5742c7aca8a32d836ea2ec47a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 26 May 2010 15:15:14 +0200 Subject: [PATCH] Missed an include ~_~ --- library/ContextShared.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/library/ContextShared.cpp b/library/ContextShared.cpp index c25fecc90..7798cc85f 100644 --- a/library/ContextShared.cpp +++ b/library/ContextShared.cpp @@ -17,6 +17,7 @@ #include "dfhack/modules/World.h" #include "dfhack/modules/Buildings.h" #include "dfhack/modules/Constructions.h" +#include "dfhack/modules/WindowIO.h" using namespace DFHack;