From b8e79a7e8be1f3db1482a849352fda6e23c1c78a Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Mon, 22 Jan 2018 08:32:42 -0800 Subject: [PATCH] Split folly/Memory out from headers-only targets Reviewed By: yfeldblum Differential Revision: D6732464 fbshipit-source-id: 9d9498e0faa02c2003ab0e363444b7a2be51fd93 --- ReactCommon/cxxreact/BUCK | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ReactCommon/cxxreact/BUCK b/ReactCommon/cxxreact/BUCK index 8dcbc432b..5ad690538 100644 --- a/ReactCommon/cxxreact/BUCK +++ b/ReactCommon/cxxreact/BUCK @@ -54,6 +54,7 @@ rn_xplat_cxx_library( ], deps = [ "xplat//folly:headers_only", + "xplat//folly:memory", "xplat//folly:molly", "xplat//folly:scope_guard", ], @@ -75,6 +76,7 @@ rn_xplat_cxx_library( ], deps = [ "xplat//folly:headers_only", + "xplat//folly:memory", "xplat//folly:molly", "xplat//third-party/glog:glog", ":module", @@ -151,6 +153,7 @@ rn_xplat_cxx_library( deps = [ "xplat//fbsystrace:fbsystrace", "xplat//folly:headers_only", + "xplat//folly:memory", "xplat//folly:molly", ":jsbigstring", ":module",