Explorar o código

Add missing value_category dep to syntax (#1151)

Jon Meow %!s(int64=4) %!d(string=hai) anos
pai
achega
9e7a965057
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      executable_semantics/syntax/BUILD

+ 1 - 0
executable_semantics/syntax/BUILD

@@ -66,6 +66,7 @@ cc_library(
         "//executable_semantics/ast:expression",
         "//executable_semantics/ast:paren_contents",
         "//executable_semantics/ast:pattern",
+        "//executable_semantics/ast:value_category",
         "//executable_semantics/common:arena",
         "//executable_semantics/common:error",
         "//executable_semantics/common:nonnull",