aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/strings/internal/pow10_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/strings/internal/pow10_helper.cc')
-rw-r--r--absl/strings/internal/pow10_helper.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/strings/internal/pow10_helper.cc b/absl/strings/internal/pow10_helper.cc
index 03ed8d0..42e96c3 100644
--- a/absl/strings/internal/pow10_helper.cc
+++ b/absl/strings/internal/pow10_helper.cc
@@ -17,6 +17,7 @@
#include <cmath>
namespace absl {
+ABSL_NAMESPACE_BEGIN
namespace strings_internal {
namespace {
@@ -117,4 +118,5 @@ double Pow10(int exp) {
}
} // namespace strings_internal
+ABSL_NAMESPACE_END
} // namespace absl