From 7259fd8c7c4f8bb27eddda81273bd5f3969c1684 Mon Sep 17 00:00:00 2001 From: Jon Maltiel Swenson Date: Mon, 29 Aug 2016 09:30:52 -0700 Subject: [PATCH] Fix up TokenBucket.h in Makefile headers Summary: Title. Reviewed By: andreazevedo Differential Revision: D3785212 fbshipit-source-id: c551e0367196cbc68cf39a5d40f2b324883fcdf4 --- folly/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/folly/Makefile.am b/folly/Makefile.am index 67491803..ac3f8829 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -347,6 +347,7 @@ nobase_follyinclude_HEADERS = \ ThreadLocal.h \ ThreadName.h \ TimeoutQueue.h \ + TokenBucket.h \ Traits.h \ Try-inl.h \ Try.h \ -- 2.34.1