about summary refs log tree commit diff
path: root/absl/synchronization/blocking_counter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/synchronization/blocking_counter.cc')
-rw-r--r--absl/synchronization/blocking_counter.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/synchronization/blocking_counter.cc b/absl/synchronization/blocking_counter.cc
index 481a06b2d24f..3cea7aed2441 100644
--- a/absl/synchronization/blocking_counter.cc
+++ b/absl/synchronization/blocking_counter.cc
@@ -17,6 +17,7 @@
 #include "absl/base/internal/raw_logging.h"
 
 namespace absl {
+ABSL_NAMESPACE_BEGIN
 
 // Return whether int *arg is zero.
 static bool IsZero(void *arg) {
@@ -52,4 +53,5 @@ void BlockingCounter::Wait() {
   // after we return from this method.
 }
 
+ABSL_NAMESPACE_END
 }  // namespace absl