diff options
Diffstat (limited to 'core/math/rect2i.h')
-rw-r--r-- | core/math/rect2i.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/math/rect2i.h b/core/math/rect2i.h index b9159e161d..db1459a3e6 100644 --- a/core/math/rect2i.h +++ b/core/math/rect2i.h @@ -31,7 +31,8 @@ #ifndef RECT2I_H #define RECT2I_H -#include "core/math/vector2.h" +#include "core/error/error_macros.h" +#include "core/math/vector2i.h" class String; struct Rect2; |