From 1e1d5d64cc299607c00a69382e4c6f2656da5424 Mon Sep 17 00:00:00 2001
From: Viktor Wolf <wolf@vr.rwth-aachen.de>
Date: Wed, 18 Oct 2023 15:32:32 +0200
Subject: [PATCH] fixed include, which got removed fropm core

---
 Source/RWTHVRCluster/Public/Events/DisplayClusterEventWrapper.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Source/RWTHVRCluster/Public/Events/DisplayClusterEventWrapper.h b/Source/RWTHVRCluster/Public/Events/DisplayClusterEventWrapper.h
index 0ce0808d..ceb099f2 100644
--- a/Source/RWTHVRCluster/Public/Events/DisplayClusterEventWrapper.h
+++ b/Source/RWTHVRCluster/Public/Events/DisplayClusterEventWrapper.h
@@ -5,6 +5,7 @@
 #include "Cluster/DisplayClusterClusterEvent.h"
 #include "DisplayClusterEventParameterHelper.h"
 #include "Templates/IsInvocable.h"
+#include "Templates/RemoveCV.h"
 
 static constexpr int32 CLUSTER_EVENT_WRAPPER_EVENT_ID = 1337420;
 
-- 
GitLab