summaryrefslogtreecommitdiffhomepage
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/ground-atlas.cpp1
-rw-r--r--loader/wall-atlas.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/loader/ground-atlas.cpp b/loader/ground-atlas.cpp
index 43fb2e7a..b5e3d546 100644
--- a/loader/ground-atlas.cpp
+++ b/loader/ground-atlas.cpp
@@ -1,4 +1,5 @@
#include "impl.hpp"
+#include "src/tile-constants.hpp"
#include "src/ground-atlas.hpp"
#include "compat/exception.hpp"
#include "serialize/json-helper.hpp"
diff --git a/loader/wall-atlas.cpp b/loader/wall-atlas.cpp
index fa8aabc4..ee33e052 100644
--- a/loader/wall-atlas.cpp
+++ b/loader/wall-atlas.cpp
@@ -1,4 +1,5 @@
#include "loader/impl.hpp"
+#include "src/tile-constants.hpp"
#include "wall-info.hpp"
#include "compat/assert.hpp"
#include "compat/exception.hpp"