summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fios.h')
-rw-r--r--src/fios.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fios.h b/src/fios.h
index 415bcb8bb..948eae200 100644
--- a/src/fios.h
+++ b/src/fios.h
@@ -16,6 +16,7 @@
#include "core/smallvec_type.hpp"
#include "core/enum_type.hpp"
#include "gfx_type.h"
+#include "date_type.h"
/**
@@ -27,6 +28,7 @@ struct LoadCheckData {
char *error_data; ///< Data to pass to SetDParamStr when displaying #error.
uint32 map_size_x, map_size_y;
+ Date current_date;
LoadCheckData() : error_data(NULL)
{