浏览代码

added missing text_format dep (#1214)

pk19604014 4 年之前
父节点
当前提交
85080fe49a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      executable_semantics/fuzzing/BUILD

+ 1 - 0
executable_semantics/fuzzing/BUILD

@@ -90,6 +90,7 @@ cc_test(
     deps = [
         ":fuzzer_util",
         "@com_google_googletest//:gtest",
+        "@com_google_protobuf//:protobuf_headers",
         "@llvm-project//llvm:Support",
     ],
 )