Changes in src/Virtual/ExpandCasts.h [08fc48f:a5f0529]
- File:
-
- 1 edited
-
src/Virtual/ExpandCasts.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Virtual/ExpandCasts.h
r08fc48f ra5f0529 16 16 #pragma once 17 17 18 #include <list> // for list 19 20 class Declaration; 18 #include <list> 19 #include "SynTree/SynTree.h" 21 20 22 21 namespace Virtual {
Note:
See TracChangeset
for help on using the changeset viewer.