summaryrefslogtreecommitdiff
path: root/zen/thread.h
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-10-28 08:29:29 -0400
committerB. Stack <bgstack15@gmail.com>2023-10-28 08:29:29 -0400
commitd30e0825ff61e9d8bae68cdfd2798da0badcf255 (patch)
treea55034c5f47324d2220e40639c6c632a895c5648 /zen/thread.h
parentadd upstream 13.0 (diff)
downloadFreeFileSync-13.1.tar.gz
FreeFileSync-13.1.tar.bz2
FreeFileSync-13.1.zip
add upstream 13.113.1
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