forked from OSchip/llvm-project
[flang] Add missing include for unordered_map
Original-commit: flang-compiler/f18@a9aadfb607
This commit is contained in:
parent
bc52fc1922
commit
d7443b5ad2
|
@ -15,6 +15,7 @@
|
|||
#include "check-omp-structure.h"
|
||||
#include "tools.h"
|
||||
#include "../parser/parse-tree.h"
|
||||
#include <unordered_map>
|
||||
|
||||
namespace Fortran::semantics {
|
||||
|
||||
|
|
Loading…
Reference in New Issue