[flang] Semantics checker for STOP and ERROR STOP statements - fix compilation broken...
authorPaul Osmialowski <pawel.osmialowski@arm.com>
Tue, 16 Apr 2019 09:30:29 +0000 (10:30 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Apr 2019 21:13:23 +0000 (14:13 -0700)
Signed-off-by: Paul Osmialowski <pawel.osmialowski@arm.com>
Original-commit: flang-compiler/f18@1d36ab1f432e9d5de00e072db36e028ac310a8be
Reviewed-on: https://github.com/flang-compiler/f18/pull/367
Tree-same-pre-rewrite: false

flang/lib/semantics/tools.h

index f211b0829b8a90bf16ba808ac7446243249733e7..973e4c7d692a0b2a5c3e5fbd448e04881a4a3f0d 100644 (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"