fix include dependencies in folly/stats
Summary: Histogram-defs.h depends on Histogram.h, so it should include it. This missing dependency is especially annoying because users who include both Histogram.h and Histogram-defs.h will find that clang-format reorders the includes such that Histogram-defs.h will be included before Histogram.h, which breaks the build. Same for BucketedTimeSeries-defs.h and TimeseriesHistogram-defs.h. Reviewed By: pixelb Differential Revision: D4366282 fbshipit-source-id: 518ef315154c28beb091e5c097db2bec6eea3ba0
Showing
Please register or sign in to comment