Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Visitor.h

    rea6332d ra5f0529  
    1616#pragma once
    1717
    18 #include "Common/SemanticError.h"  // for SemanticError
    19 #include "SynTree.h"               // for AST nodes
     18#include "SynTree.h"
     19#include "Common/SemanticError.h"
     20#include "Common/CompilerError.h"
    2021
    2122class Visitor {
Note: See TracChangeset for help on using the changeset viewer.