From 4a9aef96b778f9fa7b31f94196e46b5733335326 Mon Sep 17 00:00:00 2001 From: Pavlo Kushnir Date: Wed, 15 Oct 2014 11:46:22 -0700 Subject: [PATCH] Fix opensource build Summary: D1615707 moved State.h to Core.h, but didn't update Makefile.am Test Plan: visual Reviewed By: davejwatson@fb.com Subscribers: fugalh, njormrod FB internal diff: D1617562 Blame Revision: D1615707 --- folly/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/Makefile.am b/folly/Makefile.am index 9c122e5e..24ed0e2b 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -195,7 +195,7 @@ nobase_follyinclude_HEADERS = \ wangle/Try-inl.h \ wangle/Try.h \ wangle/WangleException.h \ - wangle/detail/State.h + wangle/detail/Core.h FormatTables.cpp: build/generate_format_tables.py build/generate_format_tables.py -- 2.34.1