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

main
Dmitri Smirnov 9 years ago
parent ca2fe2c1b6
commit 326da912de
  1. 2
      util/histogram.h

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

Loading…
Cancel
Save