Skip to content

Commit 88283a6

Browse files
committed
[Flang][OpenMP] Fix MSVC missing include caused by #147442
Windows/MSVC build bots are having issues with a missing header where linux is not. So, attempt to fix by adding missing header explicitly to file.
1 parent e06c3a9 commit 88283a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/lib/Lower/OpenMP/DataSharingProcessor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include "flang/Optimizer/HLFIR/HLFIROps.h"
2727
#include "flang/Parser/openmp-utils.h"
2828
#include "flang/Semantics/attr.h"
29+
#include "flang/Semantics/openmp-directive-sets.h"
2930
#include "flang/Semantics/tools.h"
3031
#include "llvm/ADT/Sequence.h"
3132
#include "llvm/ADT/SmallSet.h"

0 commit comments

Comments
 (0)