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(
":reflection",
":usage",
":usage_internal",
"//absl/algorithm:container",
"//absl/base:config",
"//absl/base:core_headers",
"//absl/strings",
......
......@@ -279,6 +279,7 @@ absl_cc_library(
LINKOPTS
${ABSL_DEFAULT_LINKOPTS}
DEPS
absl::algorithm_container
absl::config
absl::core_headers
absl::flags_config
......
......@@ -31,6 +31,7 @@
#include <windows.h>
#endif
#include "absl/algorithm/container.h"
#include "absl/base/attributes.h"
#include "absl/base/config.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