diff options
Diffstat (limited to 'src/story.cpp')
-rw-r--r-- | src/story.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/story.cpp b/src/story.cpp index da44c2743..46a193631 100644 --- a/src/story.cpp +++ b/src/story.cpp @@ -24,6 +24,8 @@ #include "window_func.h" #include "gui.h" +#include "safeguards.h" + StoryPageElementID _new_story_page_element_id; StoryPageID _new_story_page_id; |