Commit 99bbd7c4 by Evan Brown Committed by Copybara-Service

Add missing headers in raw_hash_map.h.

PiperOrigin-RevId: 572979536
Change-Id: I4fceee0c52e4e6877e639860327462c7874719e7
parent 9fb8a388
...@@ -619,6 +619,8 @@ cc_library( ...@@ -619,6 +619,8 @@ cc_library(
deps = [ deps = [
":container_memory", ":container_memory",
":raw_hash_set", ":raw_hash_set",
"//absl/base:config",
"//absl/base:core_headers",
"//absl/base:throw_delegate", "//absl/base:throw_delegate",
], ],
) )
......
...@@ -677,7 +677,9 @@ absl_cc_library( ...@@ -677,7 +677,9 @@ absl_cc_library(
COPTS COPTS
${ABSL_DEFAULT_COPTS} ${ABSL_DEFAULT_COPTS}
DEPS DEPS
absl::config
absl::container_memory absl::container_memory
absl::core_headers
absl::raw_hash_set absl::raw_hash_set
absl::throw_delegate absl::throw_delegate
PUBLIC PUBLIC
......
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
#include <type_traits> #include <type_traits>
#include <utility> #include <utility>
#include "absl/base/attributes.h"
#include "absl/base/config.h"
#include "absl/base/internal/throw_delegate.h" #include "absl/base/internal/throw_delegate.h"
#include "absl/container/internal/container_memory.h" #include "absl/container/internal/container_memory.h"
#include "absl/container/internal/raw_hash_set.h" // IWYU pragma: export #include "absl/container/internal/raw_hash_set.h" // IWYU pragma: export
......
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