diff options
-rw-r--r-- | WORKSPACE | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE index a7b1c1392908..713ace923195 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -1,4 +1,6 @@ workspace(name = "com_google_absl") +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") + # Bazel toolchains http_archive( name = "bazel_toolchains", |