aboutsummaryrefslogtreecommitdiff
path: root/zenserver/compute/apply.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-11-03 09:25:09 +0100
committerMartin Ridgers <[email protected]>2021-11-03 09:25:09 +0100
commit55a0f5047c069c82e741ecc917e65827377fcda9 (patch)
tree2d0ac1e3e89ccfb70256c1d6a2a4613d2aaf7c69 /zenserver/compute/apply.cpp
parentMissing include (diff)
downloadzen-55a0f5047c069c82e741ecc917e65827377fcda9.tar.xz
zen-55a0f5047c069c82e741ecc917e65827377fcda9.zip
Wrapped /apply/ and /exec/ services in a ZEN_WITH_COMPUTE_SERVICES define
Diffstat (limited to 'zenserver/compute/apply.cpp')
-rw-r--r--zenserver/compute/apply.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/zenserver/compute/apply.cpp b/zenserver/compute/apply.cpp
index 6669108d2..e1ab7c984 100644
--- a/zenserver/compute/apply.cpp
+++ b/zenserver/compute/apply.cpp
@@ -2,6 +2,8 @@
#include "apply.h"
+#if ZEN_WITH_COMPUTE_SERVICES
+
#include <zencore/compactbinary.h>
#include <zencore/compactbinarybuilder.h>
#include <zencore/compactbinarypackage.h>
@@ -873,3 +875,5 @@ HttpFunctionService::ExecAction(const WorkerDesc& Worker, CbObject Action)
}
} // namespace zen
+
+#endif // ZEN_WITH_COMPUTE_SERVICES