We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f751a commit 4d80e0cCopy full SHA for 4d80e0c
flang/include/flang/Semantics/openmp-utils.h
@@ -28,6 +28,7 @@
28
#include <utility>
29
30
namespace Fortran::semantics {
31
+class Scope;
32
class SemanticsContext;
33
class Symbol;
34
flang/lib/Semantics/openmp-utils.cpp
@@ -26,7 +26,9 @@
26
#include "flang/Parser/openmp-utils.h"
27
#include "flang/Parser/parse-tree.h"
#include "flang/Semantics/expression.h"
+#include "flang/Semantics/scope.h"
#include "flang/Semantics/semantics.h"
+#include "flang/Semantics/symbol.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/STLExtras.h"
@@ -505,5 +507,4 @@ bool IsStrictlyStructuredBlock(const parser::Block &block) {
505
507
return false;
506
508
}
509
-
510
} // namespace Fortran::semantics::omp
0 commit comments