From eebb50f27cd5d8cbfa2dac21097a5e1896b6077f Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Mon, 23 Nov 2015 11:40:18 -0800 Subject: [PATCH] Add missing header files to folly-automake Summary: Closes https://github.com/facebook/folly/issues/304 Reviewed By: yfeldblum Differential Revision: D2685289 fb-gh-sync-id: 563697fb01ee358472b9080058848d2b557ba466 --- folly/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/folly/Makefile.am b/folly/Makefile.am index ed749242..e52b52bc 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -268,6 +268,8 @@ nobase_follyinclude_HEADERS = \ stats/Histogram.h \ stats/MultiLevelTimeSeries-defs.h \ stats/MultiLevelTimeSeries.h \ + stats/TimeseriesHistogram-defs.h \ + stats/TimeseriesHistogram.h \ String.h \ String-inl.h \ Subprocess.h \ -- 2.34.1