From: Andre Pinto Date: Mon, 27 Apr 2015 16:34:34 +0000 (-0700) Subject: Fix oss build X-Git-Tag: v0.36.0~5 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=da10a8e64a762891258210ed7f31631bef696fb5;p=folly.git Fix oss build Summary: Fixing oss build Test Plan: Visual analysis. Reviewed By: pavlo@fb.com Subscribers: folly-diffs@, yfeldblum, chalfant FB internal diff: D2023889 Signature: t1:2023889:1430144784:e58fe9e1f1193d71527ba5f5f2c2efb60bce7a2d Blame Revision: D2022859 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index ccc475ba..0cfbed97 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -135,6 +135,7 @@ nobase_follyinclude_HEADERS = \ futures/Timekeeper.h \ futures/Try-inl.h \ futures/Try.h \ + futures/Unit.h \ futures/detail/Core.h \ futures/detail/FSM.h \ futures/detail/ThreadWheelTimekeeper.h \