aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/structuredcachestore.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2022-01-11 12:16:41 +0100
committerMartin Ridgers <[email protected]>2022-01-13 08:44:39 +0100
commitb08e888b4052e760515cdce4f4fc2471d1569199 (patch)
tree02e0e23fc8fb3ebf083fdfbb811f526426069dff /zenserver/cache/structuredcachestore.cpp
parentHandle PartialOnError cache policy when using z$ rest endpoint. (diff)
downloadzen-b08e888b4052e760515cdce4f4fc2471d1569199.tar.xz
zen-b08e888b4052e760515cdce4f4fc2471d1569199.zip
Moved "concepts" include to zencore.h as toolchain support is spotty
Diffstat (limited to 'zenserver/cache/structuredcachestore.cpp')
-rw-r--r--zenserver/cache/structuredcachestore.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/zenserver/cache/structuredcachestore.cpp b/zenserver/cache/structuredcachestore.cpp
index 68b7e2a48..0663307cb 100644
--- a/zenserver/cache/structuredcachestore.cpp
+++ b/zenserver/cache/structuredcachestore.cpp
@@ -25,8 +25,6 @@
# include <zencore/windows.h>
#endif
-#include <concepts>
-
ZEN_THIRD_PARTY_INCLUDES_START
#include <fmt/core.h>
#include <gsl/gsl-lite.hpp>