We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e66d80 commit b3da9d4Copy full SHA for b3da9d4
range_coder.hpp
@@ -31,6 +31,8 @@
31
#ifndef __RANGE_CODER_HPP__
32
#define __RANGE_CODER_HPP__
33
34
+#include <algorithm>
35
+
36
#ifdef RANGE_CODER_USE_SSE
37
#include <xmmintrin.h>
38
#endif
0 commit comments