From 7ee590edb5176f7ab8dfe7c219b3512c4b00e03f Mon Sep 17 00:00:00 2001 From: Mark Isaacson Date: Wed, 25 Nov 2015 14:25:16 -0800 Subject: [PATCH] Fix proxygen OSS build Summary: So far this is a speculative fix.. I am waiting to see the results from the Ubuntu machine, but I suspect this is the problem. Reviewed By: bugok Differential Revision: D2697600 fb-gh-sync-id: e33d452a52c5ace2b7401d6495621ce68a5076b5 --- folly/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/folly/Makefile.am b/folly/Makefile.am index e52b52bc..8dea8a12 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -280,6 +280,7 @@ nobase_follyinclude_HEADERS = \ test/function_benchmark/test_functions.h \ test/SynchronizedTestLib.h \ test/SynchronizedTestLib-inl.h \ + test/TestUtils.h \ ThreadCachedArena.h \ ThreadCachedInt.h \ ThreadLocal.h \ -- 2.34.1