From def2bf81d2b8dacda4b72d4250020eb793f28b20 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Thu, 28 May 2015 16:13:04 +0200 Subject: [PATCH] preprocessor: fix bug in merge of rmExtraExo branch --- preprocessor/ExprNode.hh | 1 + preprocessor/ExternalFunctionsTable.hh | 1 + 2 files changed, 2 insertions(+) diff --git a/preprocessor/ExprNode.hh b/preprocessor/ExprNode.hh index bef4a41578..048196cae9 100644 --- a/preprocessor/ExprNode.hh +++ b/preprocessor/ExprNode.hh @@ -34,6 +34,7 @@ using namespace std; class DataTree; class VariableNode; class BinaryOpNode; +class SymbolTable; typedef class ExprNode *expr_t; diff --git a/preprocessor/ExternalFunctionsTable.hh b/preprocessor/ExternalFunctionsTable.hh index b5218bea54..0dfe698acd 100644 --- a/preprocessor/ExternalFunctionsTable.hh +++ b/preprocessor/ExternalFunctionsTable.hh @@ -28,6 +28,7 @@ using namespace std; #include <map> #include "SymbolTable.hh" +class SymbolTable; enum ExternalFunctionSetOrNot { -- GitLab