src/inc/bbiFile.h 1.12

1.12 2009/07/28 03:06:18 kent
Including cirTree.h to avoid compiler error in bedToBigBed.
Index: src/inc/bbiFile.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/bbiFile.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -B -U 4 -r1.11 -r1.12
--- src/inc/bbiFile.h	27 Jul 2009 19:55:17 -0000	1.11
+++ src/inc/bbiFile.h	28 Jul 2009 03:06:18 -0000	1.12
@@ -42,8 +42,12 @@
  *                 sumSquares   4 bytes float
  *         zoom index        	cirTree index
  */
 
+#ifndef CIRTREE_H
+#include "cirTree.h"
+#endif
+
 struct bbiZoomLevel
 /* A zoom level in bigWig file. */
     {
     struct bbiZoomLevel *next;		/* Next in list. */