From 6ba489cbe04fbacc88e53e7f7faf79664b35c239 Mon Sep 17 00:00:00 2001 From: Dave Watson Date: Mon, 27 Oct 2014 14:25:00 -0700 Subject: [PATCH] Add missing headers Summary: Jenkins ci build was broken for a while, so we missed these in contbuild results Test Plan: watch ci build for fbthrift Reviewed By: hans@fb.com Subscribers: doug, fugalh, njormrod, folly-diffs@ FB internal diff: D1641515 --- folly/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/folly/Makefile.am b/folly/Makefile.am index 037daddd..0d7f99fc 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -130,8 +130,10 @@ nobase_follyinclude_HEADERS = \ io/TypedIOBuf.h \ io/ShutdownSocketSet.h \ io/async/AsyncTimeout.h \ + io/async/AsyncTransport.h \ io/async/AsyncServerSocket.h \ io/async/AsyncSocket.h \ + io/async/AsyncSocketException.h \ io/async/DelayedDestruction.h \ io/async/EventBase.h \ io/async/EventBaseManager.h \ @@ -199,6 +201,7 @@ nobase_follyinclude_HEADERS = \ Uri-inl.h \ Varint.h \ VersionCheck.h \ + wangle/Deprecated.h \ wangle/Executor.h \ wangle/Future-inl.h \ wangle/Future.h \ @@ -207,13 +210,17 @@ nobase_follyinclude_HEADERS = \ wangle/Later-inl.h \ wangle/Later.h \ wangle/ManualExecutor.h \ + wangle/OpaqueCallbackShunt.h \ wangle/Promise-inl.h \ wangle/Promise.h \ + wangle/QueuedImmediateExecutor.h \ + wangle/ScheduledExecutor.h \ wangle/ThreadGate.h \ wangle/Try-inl.h \ wangle/Try.h \ wangle/WangleException.h \ - wangle/detail/Core.h + wangle/detail/Core.h \ + wangle/detail/FSM.h FormatTables.cpp: build/generate_format_tables.py build/generate_format_tables.py -- 2.34.1