void-packages/srcpkgs/llvm/files/patches/lldb/gcc7-functional.patch
2017-06-25 19:08:04 +02:00

10 lines
357 B
Diff

--- lldb/include/lldb/Utility/TaskPool.h 2016-09-06 22:57:50.000000000 +0200
+++ lldb/include/lldb/Utility/TaskPool.h 2017-05-09 10:11:17.802838086 +0200
@@ -33,6 +33,7 @@
#include <queue>
#include <thread>
#include <vector>
+#include <functional>
// Global TaskPool class for running tasks in parallel on a set of worker thread
// created the first