diff options
Diffstat (limited to 'zen/thread.h')
-rw-r--r-- | zen/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zen/thread.h b/zen/thread.h index 2464f8be..27b4c9b8 100644 --- a/zen/thread.h +++ b/zen/thread.h @@ -9,6 +9,7 @@ #include <thread> #include <future> +#include <functional> #include "ring_buffer.h" #include "zstring.h" |