Add nextNodeBefore primitive.
[SXSI/XMLTree.git] / libcds / src / static_bitsequence / static_bitsequence_rrr02_light.cpp
index f073e69..793b7af 100644 (file)
@@ -20,7 +20,8 @@
  */
 
 #include <static_bitsequence_rrr02_light.h>
-
+using std::min;
+using std::max;
 #define VARS_NEEDED uint C_len = len/BLOCK_SIZE_LIGHT + (len%BLOCK_SIZE_LIGHT!=0);\
 uint C_field_bits = bits(BLOCK_SIZE_LIGHT);\
 uint O_len = uint_len(1,O_bits_len);\