Add string.h to Histogram as we init the array out of curly braces

This commit is contained in:
Dmitri Smirnov 2015-07-01 17:21:38 -07:00
parent ca2fe2c1b6
commit 326da912de
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
#include <vector>
#include <map>
#include <string.h>
namespace rocksdb {
class HistogramBucketMapper {