mirror of https://github.com/facebook/rocksdb.git
Add string.h to Histogram as we init the array out of curly braces
This commit is contained in:
parent
ca2fe2c1b6
commit
326da912de
|
@ -15,6 +15,8 @@
|
|||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
namespace rocksdb {
|
||||
|
||||
class HistogramBucketMapper {
|
||||
|
|
Loading…
Reference in New Issue