move Histogram.h to stats/
[folly.git] / folly / test / HistogramTest.cpp
index 66104b1032ee971f71a19d5261c6da033b994cb1..ee088521d554cef03db1a6311f0f16a38be6e63b 100644 (file)
@@ -14,7 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/Histogram.h"
+#include "folly/stats/Histogram.h"
+#include "folly/stats/Histogram-defs.h"
 
 #include <gflags/gflags.h>
 #include <gtest/gtest.h>