diff options
| author | Stefan Boberg <[email protected]> | 2021-08-24 21:10:10 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-08-24 21:10:10 +0200 |
| commit | b8958881f9bc20010a20953cabb3dda84f2960f8 (patch) | |
| tree | c057c8c32e7af99b47cebf004310da2865f5869c /zenserver/compute/apply.h | |
| parent | Fixed up drop logic (short circuiting fail!) (diff) | |
| download | zen-b8958881f9bc20010a20953cabb3dda84f2960f8.tar.xz zen-b8958881f9bc20010a20953cabb3dda84f2960f8.zip | |
Implemented function propagation
Diffstat (limited to 'zenserver/compute/apply.h')
| -rw-r--r-- | zenserver/compute/apply.h | 2 |
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> |