about summary refs log tree commit diff
path: root/absl/container/btree_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/container/btree_test.h')
-rw-r--r--absl/container/btree_test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/container/btree_test.h b/absl/container/btree_test.h
index 5ecf43ceeb..218ba41dc2 100644
--- a/absl/container/btree_test.h
+++ b/absl/container/btree_test.h
@@ -28,6 +28,7 @@
 #include "absl/time/time.h"
 
 namespace absl {
+ABSL_NAMESPACE_BEGIN
 namespace container_internal {
 
 // Like remove_const but propagates the removal through std::pair.
@@ -148,6 +149,7 @@ std::vector<V> GenerateValuesWithSeed(int n, int maxval, int seed) {
 }
 
 }  // namespace container_internal
+ABSL_NAMESPACE_END
 }  // namespace absl
 
 #endif  // ABSL_CONTAINER_BTREE_TEST_H_