From 869b413fffc48dae3f28c48f6145b57784353098 Mon Sep 17 00:00:00 2001 From: smilediver Date: Tue, 6 Aug 2024 14:22:02 +0300 Subject: [PATCH] Add missing include (#2075) --- core/math/Vec4.h | 1 + 1 file changed, 1 insertion(+) diff --git a/core/math/Vec4.h b/core/math/Vec4.h index c17630339b8..c16d0edb65f 100644 --- a/core/math/Vec4.h +++ b/core/math/Vec4.h @@ -24,6 +24,7 @@ #ifndef MATH_VEC4_H #define MATH_VEC4_H +#include "base/Macros.h" #include "math/MathBase.h" /**