ftfbs-gcc
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Fri, 13 Oct 2017 21:42:29 +0000 (22:42 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 13 Oct 2017 21:42:29 +0000 (22:42 +0100)
===================================================================

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