aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/types/internal/conformance_archetype.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/types/internal/conformance_archetype.h')
-rw-r--r--absl/types/internal/conformance_archetype.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/types/internal/conformance_archetype.h b/absl/types/internal/conformance_archetype.h
index 97ee726..2349e0f 100644
--- a/absl/types/internal/conformance_archetype.h
+++ b/absl/types/internal/conformance_archetype.h
@@ -43,6 +43,7 @@
#include "absl/types/internal/conformance_profile.h"
namespace absl {
+ABSL_NAMESPACE_BEGIN
namespace types_internal {
// A minimum-conforming implementation of a type with properties specified in
@@ -961,6 +962,7 @@ struct EnabledHash {
};
} // namespace types_internal
+ABSL_NAMESPACE_END
} // namespace absl
namespace std {