changes
[IRC.git] / Robust / src / Runtime / bamboo / pmc_mark.h
index 2c1c8739869bd24aee96fe533d02778a9e94880a..dbe18924693ec9b516d0d6397573c164c4760741 100644 (file)
@@ -1,5 +1,8 @@
 #ifndef PMC_MARK_H
 #define PMC_MARK_H
+#include "multicore.h"
+#include "multicoregc.h"
+#include "structdefs.h"
 
 void pmc_markObj(struct ___Object___ *ptr);
 void pmc_scanPtrsInObj(void * ptr, int type);