[CLEAN] Add missing include and undef redefined macro

The missing include defined the inline macro used in the class
This commit is contained in:
Vizepi
2021-04-30 10:16:58 +02:00
parent 6e885ece34
commit 2f07b11bb6
2 changed files with 4 additions and 0 deletions

View File

@@ -386,6 +386,8 @@ public:
DECLARE_GETTER(Plane);
DECLARE_GETTER(DateTime);
#undef DECLARE_GETTER
#define DECLARE_GETTER(type) \
FORCE_INLINE static void Get##type(type& result, const Value& node, const char* name) \
{ \