aboutsummaryrefslogtreecommitdiff
path: root/zenserver/compute/apply.h
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-08-24 21:10:10 +0200
committerStefan Boberg <[email protected]>2021-08-24 21:10:10 +0200
commitb8958881f9bc20010a20953cabb3dda84f2960f8 (patch)
treec057c8c32e7af99b47cebf004310da2865f5869c /zenserver/compute/apply.h
parentFixed up drop logic (short circuiting fail!) (diff)
downloadzen-b8958881f9bc20010a20953cabb3dda84f2960f8.tar.xz
zen-b8958881f9bc20010a20953cabb3dda84f2960f8.zip
Implemented function propagation
Diffstat (limited to 'zenserver/compute/apply.h')
-rw-r--r--zenserver/compute/apply.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/compute/apply.h b/zenserver/compute/apply.h
index cb91be07e..401077f8c 100644
--- a/zenserver/compute/apply.h
+++ b/zenserver/compute/apply.h
@@ -5,8 +5,8 @@
#include <zencore/compactbinary.h>
#include <zencore/httpserver.h>
#include <zencore/iohash.h>
+#include <zencore/logging.h>
-#include <spdlog/spdlog.h>
#include <filesystem>
#include <unordered_map>