diff options
Diffstat (limited to 'editor')
| -rw-r--r-- | editor/update.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/update.cpp b/editor/update.cpp index 4f7b517a..069399c7 100644 --- a/editor/update.cpp +++ b/editor/update.cpp @@ -5,7 +5,8 @@ #include "main/clickable.hpp" #include "floormat/events.hpp" #include "floormat/main.hpp" -#include "character.hpp" +#include "src/character.hpp" +#include "src/tile-iterator.hpp" #include <cmath> namespace floormat { |
