New rank/select data structure based on sadakane's code
[SXSI/XMLTree.git] / libcds / src / static_bitsequence / static_bitsequence.h
index 2fbdf48..4b6e83a 100644 (file)
@@ -25,6 +25,7 @@
 #define RRR02_HDR 2
 #define BRW32_HDR 3
 #define RRR02_LIGHT_HDR 4
+#define SDARRAY_HDR 5
 
 #include <basics.h>
 #include <iostream>
@@ -90,5 +91,6 @@ protected:
 #include <static_bitsequence_rrr02_light.h>
 #include <static_bitsequence_naive.h>
 #include <static_bitsequence_brw32.h>
+#include <static_bitsequence_sdarray.h>
 
 #endif /* _STATIC_BITSEQUENCE_H */