summaryrefslogtreecommitdiff
path: root/zen/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/thread.h')
-rw-r--r--zen/thread.h1
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"
bgstack15