ftfbs-gcc
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Fri, 22 Dec 2017 10:17:30 +0000 (10:17 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 22 Dec 2017 10:17:30 +0000 (10:17 +0000)
===================================================================

Gbp-Pq: Name ftfbs-gcc.diff

lldb/include/lldb/Utility/TaskPool.h

index 443e2a5853e265493c7d6db936b88b7d17a35da9..40d5c64ef5e62c66d9a7eda71d0095628fa6d0a4 100644 (file)
@@ -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
 // time the task pool is used. The TaskPool provide no gurantee about the order the task will be run