Commit 209a5954 by Copybara-Service

Merge pull request #1356 from MBkkt:patch-6

PiperOrigin-RevId: 500726761
Change-Id: I42fbd4d2d8015e907b3c40417d35be2bbb63085e
parents 74eee2af 9ccc6102
...@@ -309,6 +309,7 @@ cc_library( ...@@ -309,6 +309,7 @@ cc_library(
":reflection", ":reflection",
":usage", ":usage",
":usage_internal", ":usage_internal",
"//absl/algorithm:container",
"//absl/base:config", "//absl/base:config",
"//absl/base:core_headers", "//absl/base:core_headers",
"//absl/strings", "//absl/strings",
......
...@@ -279,6 +279,7 @@ absl_cc_library( ...@@ -279,6 +279,7 @@ absl_cc_library(
LINKOPTS LINKOPTS
${ABSL_DEFAULT_LINKOPTS} ${ABSL_DEFAULT_LINKOPTS}
DEPS DEPS
absl::algorithm_container
absl::config absl::config
absl::core_headers absl::core_headers
absl::flags_config absl::flags_config
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include <windows.h> #include <windows.h>
#endif #endif
#include "absl/algorithm/container.h"
#include "absl/base/attributes.h" #include "absl/base/attributes.h"
#include "absl/base/config.h" #include "absl/base/config.h"
#include "absl/base/const_init.h" #include "absl/base/const_init.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment