Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/VarExprReplacer.h

    rea6332d r6b0b624  
    1616#pragma once
    1717
    18 #include <map>                // for map, map<>::value_compare
     18#include <map>
    1919
    20 #include "SynTree/Visitor.h"  // for Visitor
    21 
    22 class DeclarationWithType;
    23 class VariableExpr;
     20#include "SynTree/SynTree.h"
    2421
    2522/// Visitor that replaces the declarations that VariableExprs refer to, according to the supplied mapping
Note: See TracChangeset for help on using the changeset viewer.