From 659c8b58e5307baad98f52199372a8b0261b4106 Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 14 Apr 2024 16:02:29 +0200 Subject: Add missing include --- 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 d179049..a81d9c5 100644 --- a/src/Math/Vector.hpp +++ b/src/Math/Vector.hpp @@ -1,5 +1,6 @@ #pragma once +#include #include #include #include "../Common/Sizes.hpp" -- cgit 1.4.1