From b2ba06856aa2625a5a5c953e873ef921ba133760 Mon Sep 17 00:00:00 2001 From: Philip Jameson Date: Tue, 22 Jan 2019 15:20:28 -0800 Subject: [PATCH] Add load() statements to TARGETS files Reviewed By: luciang Differential Revision: D13733578 fbshipit-source-id: 556c115935aa42c1da85ec0e91199b9f198fc467 --- TARGETS | 1 + 1 file changed, 1 insertion(+) diff --git a/TARGETS b/TARGETS index 20a004598..f9c2ae306 100644 --- a/TARGETS +++ b/TARGETS @@ -1,4 +1,5 @@ load("@fbcode_macros//build_defs:auto_headers.bzl", "AutoHeaders") +load("@fbcode_macros//build_defs:cpp_library.bzl", "cpp_library") load(":defs.bzl", "test_binary") REPO_PATH = package_name() + "/"