mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
[literal_cost.cc] include fast_log.h to use defined log2 function
This commit is contained in:
parent
cec8d4e735
commit
a71f962f74
@ -16,6 +16,10 @@
|
||||
|
||||
#include "./literal_cost.h"
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER <= 1600
|
||||
#include "./fast_log.h"
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
#include <stdint.h>
|
||||
#include <algorithm>
|
||||
|
Loading…
Reference in New Issue
Block a user