From 5ca1da7730ae195a6f137c4bdb15861efda6154e Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Tue, 8 Aug 2023 03:01:48 +0200 Subject: [PATCH] fix ue 5.3 build issues --- .../Private/SGCoreImpl/SGBasicHandModelImpl.cpp | 1 + .../Private/SGCoreImpl/SGHandInterpolatorImpl.cpp | 1 + Source/SenseGloveSettings/Private/SGSettings/SGSettings.cpp | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGBasicHandModelImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGBasicHandModelImpl.cpp index 75cea753..2b41e0bc 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGBasicHandModelImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGBasicHandModelImpl.cpp @@ -42,6 +42,7 @@ #include "Runtime/Launch/Resources/Version.h" #include "SGBuildHacks/SGInclude_Core_BasicHandModel.h" +#include "SGBuildHacks/SGInclude_Core_Quat.h" #include "SGBuildHacks/SGInclude_Core_Vect3D.h" #include "SGCoreImpl/SGCoreEnumCast.h" #include "SGCoreImpl/SGQuatImpl.h" diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHandInterpolatorImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHandInterpolatorImpl.cpp index 9afe44df..c7591725 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHandInterpolatorImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHandInterpolatorImpl.cpp @@ -43,6 +43,7 @@ #include "SGBuildHacks/SGInclude_Core_Quat.h" #include "SGBuildHacks/SGInclude_Core_HandInterpolator.h" +#include "SGBuildHacks/SGInclude_Core_InterpolationSet.h" #include "SGBuildHacks/SGInclude_Core_Vect3D.h" #include "SGCoreImpl/SGCoreEnumCast.h" #include "SGCoreImpl/SGInterpolationSetImpl.h" diff --git a/Source/SenseGloveSettings/Private/SGSettings/SGSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGSettings.cpp index 376f19e2..195726a8 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGSettings.cpp @@ -118,7 +118,7 @@ void USGSettings::Deinitialize() Super::Deinitialize(); - Pimpl.Release(); + (void)Pimpl.Release(); SGLOG("The SenseGlove settings singleton has been successfully de-initialized!"); }