From 1b9cebc2844672a58897970d320992c76cba92f9 Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Fri, 12 Nov 2021 09:59:18 +0100 Subject: Wrapped "upstream apply" in ZEN_WITH_COMPUTE_SERVICES --- zenserver/upstream/upstreamapply.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'zenserver/upstream/upstreamapply.cpp') diff --git a/zenserver/upstream/upstreamapply.cpp b/zenserver/upstream/upstreamapply.cpp index fd24d241c..19d02f753 100644 --- a/zenserver/upstream/upstreamapply.cpp +++ b/zenserver/upstream/upstreamapply.cpp @@ -1,6 +1,9 @@ // Copyright Epic Games, Inc. All Rights Reserved. #include "upstreamapply.h" + +#if ZEN_WITH_COMPUTE_SERVICES + #include "jupiter.h" #include "zen.h" @@ -1489,3 +1492,5 @@ MakeHordeUpstreamEndpoint(const CloudCacheClientOptions& Options, CasStore& CasS } } // namespace zen + +#endif // ZEN_WITH_COMPUTE_SERVICES -- cgit v1.2.3