Backport changes from the grammar branch
[SXSI/XMLTree.git] / libcds / src / coders / huffman_codes.cpp
index e603133..d11458d 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include <huffman_codes.h>
+using std::max;
 
 huffman_codes::huffman_codes(uint * symb, uint n) {
   uint max_v = 0;