summaryrefslogtreecommitdiffhomepage
path: root/draw
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-29 04:04:20 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-29 04:04:20 +0200
commit32021bc251bf110338f28271e87964578cf07e1e (patch)
treeb84b84fa2fd38f05c534cff0b0f6c32cf0e17719 /draw
parent4a9f01fa0e3f1a16c28a43d06ddc18b8d6af5d5d (diff)
fix build
Diffstat (limited to 'draw')
-rw-r--r--draw/wall.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/draw/wall.hpp b/draw/wall.hpp
index 801d2c06..06d99842 100644
--- a/draw/wall.hpp
+++ b/draw/wall.hpp
@@ -2,6 +2,7 @@
#include "tile-defs.hpp"
#include <array>
+#include <Corrade/Containers/ArrayViewStl.h>
#include <Magnum/Math/Vector2.h>
#include <Magnum/Math/Vector3.h>
#include <Magnum/GL/Mesh.h>