Skip to content

Commit a056edc

Browse files
committed
Correcting #include statement
1 parent f7c5785 commit a056edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Optimizer/Transforms/CUFAddConstructor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
#include "flang/Runtime/entry-names.h"
2323
#include "mlir/Dialect/GPU/IR/GPUDialect.h"
2424
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
25+
#include "mlir/IR/Value.h"
2526
#include "mlir/Pass/Pass.h"
2627
#include "llvm/ADT/SmallVector.h"
27-
#include <mlir/IR/Value.h>
2828

2929
namespace fir {
3030
#define GEN_PASS_DEF_CUFADDCONSTRUCTOR

0 commit comments

Comments
 (0)