]> git.pld-linux.org Git - packages/llvm.git/blob - gcc7.patch
- fix building with g++ 7
[packages/llvm.git] / gcc7.patch
1 --- llvm-3.9.1.src/tools/lldb/include/lldb/Utility/TaskPool.h~  2015-11-03 23:29:20.000000000 +0100
2 +++ llvm-3.9.1.src/tools/lldb/include/lldb/Utility/TaskPool.h   2018-02-19 15:48:34.116275467 +0100
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 created the first
10  // time the task pool is used. The TaskPool provide no gurantee about the order the task will be run
This page took 0.087083 seconds and 3 git commands to generate.