소스 검색

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",
     ],
 )