[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:
Paul Osmialowski 2019-04-16 10:30:29 +01:00 committed by GitHub
parent 9579f55836
commit 94a3462018
1 changed files with 1 additions and 0 deletions

View File

@ -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"