fix a build error where engine versions are < 5.2
This commit is contained in:
@@ -35,7 +35,12 @@
|
|||||||
|
|
||||||
#include "SenseGlove/GameFramework/SGPlayerController.h"
|
#include "SenseGlove/GameFramework/SGPlayerController.h"
|
||||||
|
|
||||||
|
#if ENGINE_MAJOR_VERSION > 5 || ( ENGINE_MAJOR_VERSION == 5 && ENGINE_MINOR_VERSION >= 2 )
|
||||||
#include "Engine/TimerHandle.h"
|
#include "Engine/TimerHandle.h"
|
||||||
|
#else /* ENGINE_MAJOR_VERSION > 5 || ( ENGINE_MAJOR_VERSION == 5 && ENGINE_MINOR_VERSION >= 2 ) */
|
||||||
|
#include "Engine/EngineTypes.h"
|
||||||
|
#endif /* ENGINE_MAJOR_VERSION > 5 || ( ENGINE_MAJOR_VERSION == 5 && ENGINE_MINOR_VERSION >= 2 ) */
|
||||||
|
|
||||||
#include "TimerManager.h"
|
#include "TimerManager.h"
|
||||||
|
|
||||||
#include "SenseGlove/Components/SGGrabComponent.h"
|
#include "SenseGlove/Components/SGGrabComponent.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user