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!"); }