summaryrefslogtreecommitdiff
path: root/src/game/game_text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game_text.cpp')
-rw-r--r--src/game/game_text.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/game_text.cpp b/src/game/game_text.cpp
index cd9721b8a..502869249 100644
--- a/src/game/game_text.cpp
+++ b/src/game/game_text.cpp
@@ -24,6 +24,8 @@
#include <stdarg.h>
+#include "../safeguards.h"
+
void CDECL strgen_warning(const char *s, ...)
{
char buf[1024];