[PATCH] D74469: Add '#include <functional>` to PassManager.h.
Alexander Belyaev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 13 05:50:14 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG70e6ed1db709: Add '#include <functional>` to PassManager.h. (authored by pifon2a).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74469/new/
https://reviews.llvm.org/D74469
Files:
mlir/include/mlir/Pass/PassManager.h
Index: mlir/include/mlir/Pass/PassManager.h
===================================================================
--- mlir/include/mlir/Pass/PassManager.h
+++ mlir/include/mlir/Pass/PassManager.h
@@ -14,6 +14,7 @@
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/iterator.h"
+#include <functional>
#include <vector>
namespace llvm {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74469.244409.patch
Type: text/x-patch
Size: 343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200213/2cf4719b/attachment.bin>
More information about the llvm-commits
mailing list