diff --git a/folly/settings/test/BUCK b/folly/settings/test/BUCK index d7a97c12755..60569591752 100644 --- a/folly/settings/test/BUCK +++ b/folly/settings/test/BUCK @@ -1,4 +1,5 @@ load("@fbcode_macros//build_defs:cpp_benchmark.bzl", "cpp_benchmark") +load("@fbcode_macros//build_defs:cpp_library.bzl", "cpp_library") load("@fbcode_macros//build_defs:cpp_unittest.bzl", "cpp_unittest") oncall("fbcode_entropy_wardens_folly")