From 61c8a627aaed9adf6f0a026192ce8b834ee1e16b Mon Sep 17 00:00:00 2001 From: Marc Zinnschlag Date: Mon, 10 Sep 2012 13:19:15 +0200 Subject: [PATCH] added a missing include --- apps/openmw/mwgui/spellbuyingwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/openmw/mwgui/spellbuyingwindow.cpp b/apps/openmw/mwgui/spellbuyingwindow.cpp index 48e1815454..59d811335c 100644 --- a/apps/openmw/mwgui/spellbuyingwindow.cpp +++ b/apps/openmw/mwgui/spellbuyingwindow.cpp @@ -1,5 +1,7 @@ #include "spellbuyingwindow.hpp" +#include + #include #include "../mwbase/environment.hpp"