[Lldb-commits] [PATCH] D30961: Fix build with gcc 7

Tom Stellard via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 14 17:06:04 PDT 2017


tstellar created this revision.

https://reviews.llvm.org/D30961

Files:
  include/lldb/Utility/TaskPool.h


Index: include/lldb/Utility/TaskPool.h
===================================================================
--- include/lldb/Utility/TaskPool.h
+++ include/lldb/Utility/TaskPool.h
@@ -12,6 +12,7 @@
 
 #include <cassert>
 #include <cstdint>
+#include <functional>
 #include <future>
 #include <list>
 #include <queue>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30961.91797.patch
Type: text/x-patch
Size: 316 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170315/c20347d2/attachment.bin>


More information about the lldb-commits mailing list