
* [WIP] Convert llvm spackage to use the monorepo * Correcting python dependencies * Adding develop version for llvm monorepo * Python 2.6 Fix * Build Flang fork in a different root_cmakelists_dir * Formatting Fix * Including flang package changes * Removing explicit llvm dependencies variants * flake8 fix * Updating patches and llvm+flang logic * Updating env setup API * Add top level git * Conflicting flang variant with other variants
11 lines
295 B
Diff
11 lines
295 B
Diff
--- a/lldb/include/lldb/Utility/TaskPool.h 2016-09-06 16:57:50.000000000 -0400
|
|
+++ b/lldb/include/lldb/Utility/TaskPool.h 2017-08-29 16:29:41.448584015 -0400
|
|
@@ -28,6 +28,7 @@
|
|
|
|
#include <cassert>
|
|
#include <cstdint>
|
|
+#include <functional>
|
|
#include <future>
|
|
#include <list>
|
|
#include <queue>
|