X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=libcds%2Fsrc%2Fstatic_bitsequence%2Fstatic_bitsequence.h;h=2fbdf48f268fbbf7c7371ef807dd8dec494d8d9e;hb=a9846746dc7a55764591fcc273fd48c6049df962;hp=4a3f915fc45a72eb73bd8348658a698f6edec1a8;hpb=efe894650813a19a0e1408eb5807e59f037afc3b;p=SXSI%2FXMLTree.git diff --git a/libcds/src/static_bitsequence/static_bitsequence.h b/libcds/src/static_bitsequence/static_bitsequence.h index 4a3f915..2fbdf48 100644 --- a/libcds/src/static_bitsequence/static_bitsequence.h +++ b/libcds/src/static_bitsequence/static_bitsequence.h @@ -24,6 +24,7 @@ #define RRR02_HDR 2 #define BRW32_HDR 3 +#define RRR02_LIGHT_HDR 4 #include #include @@ -85,9 +86,9 @@ protected: }; -#include "static_bitsequence_rrr02.h" -#include "static_bitsequence_naive.h" -#include "static_bitsequence_brw32.h" +#include +#include +#include +#include #endif /* _STATIC_BITSEQUENCE_H */ -