Changes in src/GenPoly/FindFunction.h [6b0b624:08fc48f]
- File:
-
- 1 edited
-
src/GenPoly/FindFunction.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/FindFunction.h
r6b0b624 r08fc48f 16 16 #pragma once 17 17 18 #include "SynTree/SynTree.h" 19 #include "GenPoly.h" 18 #include <list> // for list 19 20 #include "GenPoly.h" // for TyVarMap 21 22 class FunctionType; 23 class Type; 20 24 21 25 namespace GenPoly {
Note:
See TracChangeset
for help on using the changeset viewer.