[CLEAN] Add missing include and undef redefined macro
The missing include defined the inline macro used in the class
This commit is contained in:
@@ -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) \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user