diff options
Diffstat (limited to 'draw/box.hpp')
-rw-r--r-- | draw/box.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/box.hpp b/draw/box.hpp index 26e5485f..82d946d8 100644 --- a/draw/box.hpp +++ b/draw/box.hpp @@ -1,6 +1,6 @@ #pragma once #include <array> -#include <Corrade/Containers/ArrayViewStl.h> +#include <Corrade/Containers/ArrayView.h> #include <Magnum/Math/Vector3.h> #include <Magnum/GL/Mesh.h> |