aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/flags/flag.cc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/flags/flag.cc')
-rw-r--r--absl/flags/flag.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/flags/flag.cc b/absl/flags/flag.cc
index 37bbce2..7faa7ad 100644
--- a/absl/flags/flag.cc
+++ b/absl/flags/flag.cc
@@ -18,6 +18,7 @@
#include <cstring>
namespace absl {
+ABSL_NAMESPACE_BEGIN
// We want to validate the type mismatch between type definition and
// declaration. The lock-free implementation does not allow us to do it,
@@ -55,4 +56,5 @@ absl::Mutex* GetGlobalConstructionGuard() { return &construction_guard; }
#endif
+ABSL_NAMESPACE_END
} // namespace absl