diff options
Diffstat (limited to 'shaders')
-rw-r--r-- | shaders/tile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/tile.cpp b/shaders/tile.cpp index 16643fcf..de8adb78 100644 --- a/shaders/tile.cpp +++ b/shaders/tile.cpp @@ -2,8 +2,8 @@ #include "loader.hpp" #include "compat/assert.hpp" #include "local-coords.hpp" -#include <Corrade/Containers/StringStl.h> #include <Corrade/Containers/Iterable.h> +#include <Corrade/Containers/StringStl.h> #include <Magnum/Math/Vector4.h> #include <Magnum/GL/Context.h> #include <Magnum/GL/Shader.h> |