From fae4fcc82391a251c6394473804f85777ce4057f Mon Sep 17 00:00:00 2001 From: Dave Watson Date: Thu, 31 Jul 2014 09:36:37 -0700 Subject: [PATCH] install delayeddestruction header Summary: added recently, needs to be installed Test Plan: watch fbthrift contbuild Reviewed By: noamz@fb.com Subscribers: doug FB internal diff: D1469760 Blame Revision: D1453095 --- folly/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/folly/Makefile.am b/folly/Makefile.am index 401b849a..6b0d284b 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -109,6 +109,7 @@ nobase_follyinclude_HEADERS = \ io/RecordIO-inl.h \ io/TypedIOBuf.h \ io/async/AsyncTimeout.h \ + io/async/DelayedDestruction.h \ io/async/EventBase.h \ io/async/EventFDWrapper.h \ io/async/EventHandler.h \ -- 2.34.1