diff options
Diffstat (limited to 'src/core')
| -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.  | 
