summaryrefslogtreecommitdiff
path: root/src/level.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/level.hpp')
-rw-r--r--src/level.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/level.hpp b/src/level.hpp
index 5fbb19b..711a884 100644
--- a/src/level.hpp
+++ b/src/level.hpp
@@ -6,7 +6,7 @@
#include <string>
#include <vector>
-#include "tileset.hpp"
+#include "sets/tileset.hpp"
namespace silly::editor {
struct Tile {