move Histogram.h to stats/
[folly.git] / folly / test / ProducerConsumerQueueBenchmark.cpp
index f4b44038d5de18161ab74c438b3a14bef2a2b99f..2d1f32e25f38b1e87f1970f5ccb1f7127ab036fc 100644 (file)
@@ -24,7 +24,8 @@
 #include <gflags/gflags.h>
 #include <glog/logging.h>
 #include "folly/Benchmark.h"
-#include "folly/Histogram.h"
+#include "folly/stats/Histogram.h"
+#include "folly/stats/Histogram-defs.h"
 #include "folly/ProducerConsumerQueue.h"
 
 namespace {