Backport changes from the grammar branch
[SXSI/XMLTree.git] / libcds / src / static_sequence / wt_coder_binary.cpp
index e9f37dc..a49efc8 100644 (file)
@@ -20,7 +20,8 @@
  */
  
 #include <wt_coder_binary.h>
-
+using std::min;
+using std::max;
 wt_coder_binary::wt_coder_binary(uint * seq, uint n, alphabet_mapper * am) {
        uint max_v = 0;
   for(uint i=0;i<n;i++)