summaryrefslogtreecommitdiffhomepage
path: root/serialize/scenery.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-09 07:00:52 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-09 07:00:52 +0200
commit3a16258e42b6f198c2fb4bfde45c66ee405adac4 (patch)
tree05f67703353541958122918ce6c6b5f05052310d /serialize/scenery.cpp
parente7518ac6a5e09502219e798841ae9dfa497f32b5 (diff)
don't -I./src
Diffstat (limited to 'serialize/scenery.cpp')
-rw-r--r--serialize/scenery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize/scenery.cpp b/serialize/scenery.cpp
index 33f81285..8519fd49 100644
--- a/serialize/scenery.cpp
+++ b/serialize/scenery.cpp
@@ -1,6 +1,6 @@
#include "scenery.hpp"
#include "compat/exception.hpp"
-#include "anim-atlas.hpp"
+#include "src/anim-atlas.hpp"
#include "compat/assert.hpp"
#include "loader/loader.hpp"
#include "serialize/corrade-string.hpp"