View | Details | Raw Unified | Return to bug 231528
Collapse All | Expand All

(-)files/patch-tools_lldb_include_lldb_Utility_TaskPool.h (+10 lines)
Line 0 Link Here
1
--- tools/lldb/include/lldb/Utility/TaskPool.h.orig	2018-09-20 19:31:12 UTC
2
+++ tools/lldb/include/lldb/Utility/TaskPool.h
3
@@ -33,6 +33,7 @@
4
 #include <queue>
5
 #include <thread>
6
 #include <vector>
7
+#include <functional>
8
 
9
 // Global TaskPool class for running tasks in parallel on a set of worker thread
10
 // created the first

Return to bug 231528