From 7cc384e17114170a1063c43e33b2719a3d0fdc8c Mon Sep 17 00:00:00 2001 From: MihailRis Date: Sat, 9 Dec 2023 22:00:39 +0300 Subject: [PATCH] Added missing include --- src/maths/rays.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/maths/rays.h b/src/maths/rays.h index bf6c7e76..769259f2 100644 --- a/src/maths/rays.h +++ b/src/maths/rays.h @@ -5,6 +5,7 @@ #include "aabb.h" #include "glm/glm.hpp" +#include #include typedef glm::highp_dvec3 rayvec3;