Skip to content

Commit b3da9d4

Browse files
committed
range_coder uses std::min from <algorithm>
1 parent 3e66d80 commit b3da9d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

range_coder.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
#ifndef __RANGE_CODER_HPP__
3232
#define __RANGE_CODER_HPP__
3333

34+
#include <algorithm>
35+
3436
#ifdef RANGE_CODER_USE_SSE
3537
#include <xmmintrin.h>
3638
#endif

0 commit comments

Comments
 (0)