diff options
Diffstat (limited to 'src/story_gui.cpp')
-rw-r--r-- | src/story_gui.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/story_gui.cpp b/src/story_gui.cpp index 872ed0a9a..8199e7fcc 100644 --- a/src/story_gui.cpp +++ b/src/story_gui.cpp @@ -31,6 +31,8 @@ #include "table/strings.h" #include "table/sprites.h" +#include "safeguards.h" + typedef GUIList<const StoryPage*> GUIStoryPageList; typedef GUIList<const StoryPageElement*> GUIStoryPageElementList; |