Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Alternative.h

    rea6332d r6b0b624  
    1616#pragma once
    1717
    18 #include <iosfwd>             // for ostream
    19 #include <list>               // for list
    20 
    21 #include "Cost.h"             // for Cost
    22 #include "TypeEnvironment.h"  // for TypeEnvironment
    23 
    24 class Expression;
     18#include <list>
     19#include "SynTree/SynTree.h"
     20#include "Cost.h"
     21#include "TypeEnvironment.h"
    2522
    2623namespace ResolvExpr {
    2724        struct Alternative;
    28 
    2925        typedef std::list< Alternative > AltList;
    3026
Note: See TracChangeset for help on using the changeset viewer.