Skip to content

Commit 387a1b9

Browse files
kiranchandramohanjeanPerier
authored andcommitted
Add algo header to fix builds on Mac
1 parent f46bfff commit 387a1b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/lib/Lower/OpenMP.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "flang/Semantics/tools.h"
2323
#include "mlir/Dialect/OpenMP/OpenMPDialect.h"
2424
#include "llvm/Frontend/OpenMP/OMPConstants.h"
25+
#include <algorithm>
2526

2627
static const Fortran::parser::Name *
2728
getDesignatorNameIfDataRef(const Fortran::parser::Designator &designator) {

0 commit comments

Comments
 (0)