diff options
Diffstat (limited to 'lib/glArrays.h')
-rw-r--r-- | lib/glArrays.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/glArrays.h b/lib/glArrays.h index 42f1d0f..8c8c0bc 100644 --- a/lib/glArrays.h +++ b/lib/glArrays.h @@ -4,7 +4,7 @@ #include <algorithm> // IWYU pragma: keep #include <array> #include <cstddef> -#include <special_members.hpp> +#include <special_members.h> template<size_t N> class glArraysBase { static_assert(N > 0); |