cvsuser 03/10/20 21:50:59
Modified: languages/imcc imc.h Log: New stubs, no functionality yet. Revision Changes Path 1.46 +2 -0 parrot/languages/imcc/imc.h Index: imc.h =================================================================== RCS file: /cvs/public/parrot/languages/imcc/imc.h,v retrieving revision 1.45 retrieving revision 1.46 diff -u -w -r1.45 -r1.46 --- imc.h 11 Oct 2003 11:08:16 -0000 1.45 +++ imc.h 21 Oct 2003 04:50:59 -0000 1.46 @@ -31,6 +31,8 @@ #include "symreg.h" #include "instructions.h" +#include "class.h" +#include "symbol.h" #include "sets.h" #include "cfg.h" #include "stacks.h"
