diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-13 04:36:09 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-13 04:36:09 +0100 |
commit | e75f99e22197008bd8a2e6df70c5b7554698300e (patch) | |
tree | d233b819a862fa482a663bb3b60c1a5b6d5474c9 /draw/quad.hpp | |
parent | 860189e34fb24cc908c306489bf2d62e6c13f5a8 (diff) |
dw
Diffstat (limited to 'draw/quad.hpp')
-rw-r--r-- | draw/quad.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/quad.hpp b/draw/quad.hpp index 466299f7..c9345f64 100644 --- a/draw/quad.hpp +++ b/draw/quad.hpp @@ -1,6 +1,6 @@ #pragma once #include <array> -#include <Corrade/Containers/ArrayView.h> +#include <Corrade/Containers/ArrayViewStl.h> #include <Magnum/Math/Vector3.h> #include <Magnum/GL/Mesh.h> |