Browse Source

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

Mark Sibly 9 years ago
parent
commit
87d54ed6a9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/monkey/native/bbarray.h

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

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