forked from OSchip/llvm-project
[flang] Semantics checker for STOP and ERROR STOP statements - fix compilation broken by merge commit
Signed-off-by: Paul Osmialowski <pawel.osmialowski@arm.com> Original-commit: flang-compiler/f18@1d36ab1f43 Reviewed-on: https://github.com/flang-compiler/f18/pull/367 Tree-same-pre-rewrite: false
This commit is contained in:
parent
9579f55836
commit
94a3462018
|
@ -18,6 +18,7 @@
|
|||
// Simple predicates and look-up functions that are best defined
|
||||
// canonically for use in semantic checking.
|
||||
|
||||
#include "semantics.h"
|
||||
#include "../common/Fortran.h"
|
||||
#include "../evaluate/variable.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue