Skip to content

Commit 89cfae4

Browse files
committed
[mlir] Add missing #include header for std::is_pointer
1 parent 6654235 commit 89cfae4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/include/mlir/IR/OwningOpRef.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#ifndef MLIR_IR_OWNINGOPREF_H
1414
#define MLIR_IR_OWNINGOPREF_H
1515

16+
#include <type_traits>
1617
#include <utility>
1718

1819
namespace mlir {

0 commit comments

Comments
 (0)