summaryrefslogtreecommitdiff
path: root/src/newgrf_generic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_generic.h')
-rw-r--r--src/newgrf_generic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/newgrf_generic.h b/src/newgrf_generic.h
index 598087a9d..c461a8f30 100644
--- a/src/newgrf_generic.h
+++ b/src/newgrf_generic.h
@@ -12,6 +12,9 @@
#ifndef NEWGRF_GENERIC_H
#define NEWGRF_GENERIC_H
+#include "cargo_type.h"
+#include "industry_type.h"
+
enum AIConstructionEvent {
AICE_TRAIN_CHECK_RAIL_ENGINE = 0x00, ///< Check if we should build an engine
AICE_TRAIN_CHECK_ELRAIL_ENGINE = 0x01,