[flang][OpenMP] Fix namespace nesting after PR144960

Newly introduced Atomic.cpp fails to compile on its own, but somehow
compiles fine in the build. Maybe it's because PCH, but it needs to be
fixed nevertheless.
This commit is contained in:
Krzysztof Parzyszek
2025-06-20 13:18:38 -05:00
parent 3f42c6bddd
commit 925dbc7988

View File

@@ -12,16 +12,16 @@ namespace Fortran {
namespace lower {
class AbstractConverter;
class SymMap;
namespace pft {
struct Evaluation;
}
} // namespace lower
namespace parser {
struct OpenMPAtomicConstruct;
}
namespace pft {
struct Evaluation;
}
namespace semantics {
class SemanticsContext;
}