From 1474eb20033d809f85621b8b1060df362a239557 Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 6 Oct 2022 01:00:39 +0200 Subject: Fix for glibc and Linux --- src/Math/Vector.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Math/Vector.hpp b/src/Math/Vector.hpp index b6690ef..cb5eb24 100644 --- a/src/Math/Vector.hpp +++ b/src/Math/Vector.hpp @@ -5,6 +5,7 @@ #include #include #include +#include template struct Vector { -- cgit 1.4.1