aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-12-15 09:29:44 +0100
committerMartin Ridgers <[email protected]>2021-12-15 09:54:53 +0100
commitac9b5cc16d071bf64186b02bf3abf33eff3309a8 (patch)
tree92ff31f1f353308cad6870b97f11f99b81298182
parentMisplaced #ifdef statement that should be an #if (diff)
downloadzen-ac9b5cc16d071bf64186b02bf3abf33eff3309a8.tar.xz
zen-ac9b5cc16d071bf64186b02bf3abf33eff3309a8.zip
Missing include
-rw-r--r--zenstore/include/zenstore/gc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zenstore/include/zenstore/gc.h b/zenstore/include/zenstore/gc.h
index b752d159a..500613a81 100644
--- a/zenstore/include/zenstore/gc.h
+++ b/zenstore/include/zenstore/gc.h
@@ -7,6 +7,7 @@
#include <atomic>
#include <chrono>
+#include <condition_variable>
#include <filesystem>
#include <functional>
#include <optional>