summaryrefslogtreecommitdiffhomepage
path: root/shaders
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-12 06:30:22 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-12 09:56:56 +0100
commit7434d29f3ce0033194b53b44ed881f749e67da75 (patch)
treef5ebcfda3d3a19b7d3bd648e74bd0e42def00a69 /shaders
parent1a2801f6751f1baf52d5d989b9cccab97b3c921b (diff)
fix build
Diffstat (limited to 'shaders')
-rw-r--r--shaders/tile.cpp2
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>