summaryrefslogtreecommitdiff
path: root/src/highscore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/highscore.cpp')
-rw-r--r--src/highscore.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/highscore.cpp b/src/highscore.cpp
index b2dcf8e5f..86e4f5ae8 100644
--- a/src/highscore.cpp
+++ b/src/highscore.cpp
@@ -20,6 +20,8 @@
#include "core/sort_func.hpp"
#include "debug.h"
+#include "safeguards.h"
+
HighScore _highscore_table[SP_HIGHSCORE_END][5]; ///< various difficulty-settings; top 5
char *_highscore_file; ///< The file to store the highscore data in.