From 9918c9e55a90c445d7d0c1bcfbe14e15eee651e8 Mon Sep 17 00:00:00 2001 From: Daniel Sommermann Date: Wed, 10 Sep 2014 16:38:04 -0700 Subject: [PATCH] Install EvictingCacheMap as part of OSS build Summary: This may have just been forgotten when imported to folly Test Plan: live. verified file name Reviewed By: ranjeeth@fb.com Subscribers: doug, njormrod FB internal diff: D1548804 --- folly/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/folly/Makefile.am b/folly/Makefile.am index 5aa328ca..59f2fc24 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -64,6 +64,7 @@ nobase_follyinclude_HEADERS = \ dynamic-inl.h \ Exception.h \ ExceptionWrapper.h \ + EvictingCacheMap.h \ experimental/Bits.h \ experimental/EliasFanoCoding.h \ experimental/EventCount.h \ -- 2.34.1