Skip to content

Commit 36a6a8b

Browse files
committed
Fix missing include
1 parent 5cd02fc commit 36a6a8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/lib/Lower/Allocatable.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#include "flang/Runtime/pointer.h"
3838
#include "flang/Semantics/tools.h"
3939
#include "flang/Semantics/type.h"
40+
#include "mlir/Dialect/OpenMP/OpenMPDialect.h"
4041
#include "mlir/Dialect/OpenMP/OpenMPInterfaces.h"
4142
#include "llvm/Support/CommandLine.h"
4243

0 commit comments

Comments
 (0)