From e29cfbba1a240dd69368142a050a20985b6756e5 Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Wed, 25 Jan 2023 15:05:26 +0100 Subject: Fixed macro leaking out --- thirdparty/trace/trace.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thirdparty/trace/trace.h b/thirdparty/trace/trace.h index 7930ce88b..612173ce1 100644 --- a/thirdparty/trace/trace.h +++ b/thirdparty/trace/trace.h @@ -5629,6 +5629,8 @@ inline void SerializeToCborImpl(TArray&, const IAnalyzer::FEventData&, ui # endif #endif +#undef check + #endif // TRACE_UE_COMPAT_LAYER -- cgit v1.2.3