Include header files

PiperOrigin-RevId: 494314809
This commit is contained in:
Janusz Sobczak
2022-12-09 19:24:43 -08:00
committed by Copybara-Service
parent 337e1f41b0
commit d1ddee09f0
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -81,7 +81,9 @@ cc_library(
"//internal/proto:credential_cc_proto",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/functional:any_invocable",
"@com_google_absl//absl/status",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:str_format",
],
)
@@ -21,6 +21,8 @@
#include <vector>
#include "absl/functional/any_invocable.h"
#include "absl/status/status.h"
#include "absl/strings/str_format.h"
#include "absl/strings/string_view.h"
#include "internal/proto/credential.pb.h"