summaryrefslogtreecommitdiffhomepage
path: root/shaders
diff options
context:
space:
mode:
Diffstat (limited to 'shaders')
-rw-r--r--shaders/tile.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/shaders/tile.cpp b/shaders/tile.cpp
index 22a91497..16643fcf 100644
--- a/shaders/tile.cpp
+++ b/shaders/tile.cpp
@@ -2,6 +2,8 @@
#include "loader.hpp"
#include "compat/assert.hpp"
#include "local-coords.hpp"
+#include <Corrade/Containers/StringStl.h>
+#include <Corrade/Containers/Iterable.h>
#include <Magnum/Math/Vector4.h>
#include <Magnum/GL/Context.h>
#include <Magnum/GL/Shader.h>