Pārlūkot izejas kodu

Attempted fix for obj arrays debug info - still not working.

Mark Sibly 9 gadi atpakaļ
vecāks
revīzija
87d54ed6a9
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      modules/monkey/native/bbarray.h

+ 1 - 0
modules/monkey/native/bbarray.h

@@ -4,6 +4,7 @@
 
 
 #include "bbgc.h"
 #include "bbgc.h"
 #include "bbdebug.h"
 #include "bbdebug.h"
+#include "bbobject.h"
 
 
 template<class T,int D> class bbArray : public bbGCNode{
 template<class T,int D> class bbArray : public bbGCNode{