diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-25 21:57:18 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-25 21:57:18 +0100 |
commit | 6b6e0afbafac7a018d529f7fb67a8a7226723e04 (patch) | |
tree | 6fc11cf408502da0c00713c9db754634430f5271 | |
parent | fca50d3411005d32b2621b4f1886be35d6b73bec (diff) |
Added forward declaration
-rw-r--r-- | src/core/parser/ParserContext.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/parser/ParserContext.hpp b/src/core/parser/ParserContext.hpp index c44222f..e36c0d9 100644 --- a/src/core/parser/ParserContext.hpp +++ b/src/core/parser/ParserContext.hpp @@ -32,12 +32,11 @@ #include <core/managed/Managed.hpp> #include <core/model/Project.hpp> -#include "ParserScope.hpp" - namespace ousia { // Forward declaration class Logger; +class ParserScope; /** * Class containing the objects that are passed to a parser instance. |