[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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user