diff options
Diffstat (limited to 'chunk.cpp')
| -rw-r--r-- | chunk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #include "chunk.hpp" -#include <Magnum/GL/TextureFormat.h> #include <Magnum/ImageView.h> +#include <Magnum/GL/TextureFormat.h> namespace Magnum::Examples { |
