From da10a8e64a762891258210ed7f31631bef696fb5 Mon Sep 17 00:00:00 2001 From: Andre Pinto Date: Mon, 27 Apr 2015 09:34:34 -0700 Subject: [PATCH] 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 --- folly/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.34.1