New rank/select data structure based on sadakane's code
[SXSI/XMLTree.git] / libcds / src / static_sequence / static_sequence.h
index e3b72dc..363437b 100644 (file)
@@ -30,6 +30,7 @@
 #define GMR_CHUNK_HDR 3
 #define GMR_HDR 4
 #define WVTREE_NOPTRS_HDR 5
+#define BS_HDR 6
 
 using namespace std;
 
@@ -92,5 +93,6 @@ protected:
 #include <static_sequence_gmr_chunk.h>
 #include <static_sequence_wvtree_noptrs.h>
 #include <static_sequence_gmr.h>
+#include <static_sequence_bs.h>
 
 #endif  /* _STATIC_SEQUENCE_H */