summaryrefslogtreecommitdiffhomepage
path: root/src/tile-atlas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tile-atlas.hpp')
-rw-r--r--src/tile-atlas.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tile-atlas.hpp b/src/tile-atlas.hpp
index b32a70d8..af9e505b 100644
--- a/src/tile-atlas.hpp
+++ b/src/tile-atlas.hpp
@@ -1,10 +1,11 @@
#pragma once
-#include "compat/assert.hpp"
#include <Magnum/Magnum.h>
#include <Magnum/GL/RectangleTexture.h>
#include <array>
#include <string>
+namespace std::filesystem { class path; }
+
namespace Magnum::Examples {
struct tile_atlas final