diff options
Diffstat (limited to 'src/date.cpp')
-rw-r--r-- | src/date.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/date.cpp b/src/date.cpp index 800e4faea..9c25af40e 100644 --- a/src/date.cpp +++ b/src/date.cpp @@ -21,6 +21,8 @@ #include "linkgraph/linkgraph.h" #include "saveload/saveload.h" +#include "safeguards.h" + Year _cur_year; ///< Current year, starting at 0 Month _cur_month; ///< Current month (0..11) Date _date; ///< Current date in days (day counter) |