From 7909e17290b55fcc41d5b674f62e46b8304fa897 Mon Sep 17 00:00:00 2001 From: dungcoi Date: Thu, 18 Sep 2014 09:19:57 -0700 Subject: [PATCH] merge https://github.com/facebook/folly/pull/88 Summary: merge https://github.com/facebook/folly/pull/88, missing install header Looks like fbthrift build needs this Test Plan: watch jenkins build still works Reviewed By: ckwalsh@fb.com Subscribers: doug, njormrod FB internal diff: D1563651 --- folly/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/folly/Makefile.am b/folly/Makefile.am index 346ee87a..119922e9 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -175,6 +175,7 @@ nobase_follyinclude_HEADERS = \ Uri.h \ Uri-inl.h \ Varint.h \ + VersionCheck.h \ wangle/Executor.h \ wangle/Future-inl.h \ wangle/Future.h \ -- 2.34.1