diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 02:25:04 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 02:25:04 +0100 |
commit | 528491c4475b39ca6f6c48db8cea9b071b4cfff0 (patch) | |
tree | 67e9727824718d1f4b3e39d5700aa4e0f56c5be3 /shaders | |
parent | 5a279971bc0f4e647b8e0f648a2b3c68506b2cd3 (diff) |
a
Diffstat (limited to 'shaders')
-rw-r--r-- | shaders/tile.cpp | 2 |
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> |