Skip to content

Commit ecd3934

Browse files
authored
[mlir] ADTExtras: include mlir/Support/LLVM.h (#69479)
To forward-declare LLVM's support types.
1 parent 5987123 commit ecd3934

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/include/mlir/Support/ADTExtras.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#ifndef MLIR_SUPPORT_ADTEXTRAS_H
1010
#define MLIR_SUPPORT_ADTEXTRAS_H
1111

12+
#include "mlir/Support/LLVM.h"
1213
#include "llvm/ADT/ArrayRef.h"
1314
#include "llvm/ADT/SmallVector.h"
1415

0 commit comments

Comments
 (0)