[PATCH] D74469: Add '#include <functional>` to PassManager.h.

Alexander Belyaev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 22:25:39 PST 2020


pifon2a updated this revision to Diff 244335.
pifon2a added a comment.

Update the description.


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.244335.patch
Type: text/x-patch
Size: 343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200213/304bdcc7/attachment.bin>


More information about the llvm-commits mailing list