void-packages/srcpkgs/llvm/files/patches/lldb/gcc7-functional.patch

11 lines
357 B
Diff
Raw Normal View History

2017-06-25 17:08:04 +00:00
--- 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
2017-05-09 09:19:34 +00:00
@@ -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