diff options
Diffstat (limited to 'draw/wireframe-mesh.cpp')
-rw-r--r-- | draw/wireframe-mesh.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/draw/wireframe-mesh.cpp b/draw/wireframe-mesh.cpp index 3fc53c6c..1304f141 100644 --- a/draw/wireframe-mesh.cpp +++ b/draw/wireframe-mesh.cpp @@ -1,12 +1,13 @@ #include "wireframe-mesh.hpp" #include "shaders/tile-shader.hpp" -#include <Corrade/Containers/ArrayViewStl.h> +//#include <Corrade/Containers/ArrayViewStl.h> #include <Corrade/Containers/Array.h> +#include <Corrade/Containers/ArrayView.h> #include <Magnum/GL/TextureFormat.h> -#include <Magnum/ImageFlags.h> +//#include <Magnum/ImageFlags.h> #include <Magnum/ImageView.h> #include <Magnum/PixelFormat.h> -#include <Magnum/PixelStorage.h> +//#include <Magnum/PixelStorage.h> #include <Magnum/Trade/ImageData.h> namespace floormat::wireframe |