diff options
| author | Martin Ridgers <[email protected]> | 2021-12-15 09:29:44 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-12-15 09:54:53 +0100 |
| commit | ac9b5cc16d071bf64186b02bf3abf33eff3309a8 (patch) | |
| tree | 92ff31f1f353308cad6870b97f11f99b81298182 | |
| parent | Misplaced #ifdef statement that should be an #if (diff) | |
| download | zen-ac9b5cc16d071bf64186b02bf3abf33eff3309a8.tar.xz zen-ac9b5cc16d071bf64186b02bf3abf33eff3309a8.zip | |
Missing include
| -rw-r--r-- | zenstore/include/zenstore/gc.h | 1 |
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> |