New (faster) representation for tags added; faster construction of parentheses
[SXSI/XMLTree.git] / libcds / src / static_bitsequence / static_bitsequence.h
index 4a3f915..2fbdf48 100644 (file)
@@ -24,6 +24,7 @@
 
 #define RRR02_HDR 2
 #define BRW32_HDR 3
+#define RRR02_LIGHT_HDR 4
 
 #include <basics.h>
 #include <iostream>
@@ -85,9 +86,9 @@ protected:
   
 };
 
-#include "static_bitsequence_rrr02.h"
-#include "static_bitsequence_naive.h"
-#include "static_bitsequence_brw32.h"
+#include <static_bitsequence_rrr02.h>
+#include <static_bitsequence_rrr02_light.h>
+#include <static_bitsequence_naive.h>
+#include <static_bitsequence_brw32.h>
 
 #endif /* _STATIC_BITSEQUENCE_H */
-