summaryrefslogtreecommitdiffhomepage
path: root/editor/draw.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 /editor/draw.cpp
parente7518ac6a5e09502219e798841ae9dfa497f32b5 (diff)
don't -I./src
Diffstat (limited to 'editor/draw.cpp')
-rw-r--r--editor/draw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/draw.cpp b/editor/draw.cpp
index c898ed35..429ce0fc 100644
--- a/editor/draw.cpp
+++ b/editor/draw.cpp
@@ -9,7 +9,7 @@
#include "src/world.hpp"
#include "src/critter.hpp"
-#include "rotation.inl"
+#include "src/rotation.inl"
#include "src/RTree-search.hpp"
#include <Magnum/Math/Color.h>