diff options
Diffstat (limited to 'absl/strings/internal/pow10_helper.cc')
-rw-r--r-- | absl/strings/internal/pow10_helper.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/strings/internal/pow10_helper.cc b/absl/strings/internal/pow10_helper.cc index 03ed8d07cd42..42e96c3425d2 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 |