llvm: fix build with gcc-7.1.0

This commit is contained in:
Jürgen Buchmüller 2017-05-09 11:19:34 +02:00
parent abd80a7ccf
commit 048d74c46c
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- tools/lldb/include/lldb/Utility/TaskPool.h 2016-09-06 22:57:50.000000000 +0200
+++ tools/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