From 326da912ded287e5209be08961e34d72857a5a75 Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Wed, 1 Jul 2015 17:21:38 -0700 Subject: [PATCH] Add string.h to Histogram as we init the array out of curly braces --- util/histogram.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/histogram.h b/util/histogram.h index 5ae816ca5..0cd11cac7 100644 --- a/util/histogram.h +++ b/util/histogram.h @@ -15,6 +15,8 @@ #include #include +#include + namespace rocksdb { class HistogramBucketMapper {