Skip to content

Commit 869b413

Browse files
authored
Add missing include (#2075)
1 parent 636a42a commit 869b413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/math/Vec4.h

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#ifndef MATH_VEC4_H
2525
#define MATH_VEC4_H
2626

27+
#include "base/Macros.h"
2728
#include "math/MathBase.h"
2829

2930
/**

0 commit comments

Comments
 (0)