diff options
Diffstat (limited to 'absl/random/zipf_distribution.h')
-rw-r--r-- | absl/random/zipf_distribution.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/random/zipf_distribution.h b/absl/random/zipf_distribution.h index d7b4ac38edac..22ebc756cfef 100644 --- a/absl/random/zipf_distribution.h +++ b/absl/random/zipf_distribution.h @@ -26,6 +26,7 @@ #include "absl/random/uniform_real_distribution.h" namespace absl { +ABSL_NAMESPACE_BEGIN // absl::zipf_distribution produces random integer-values in the range [0, k], // distributed according to the discrete probability function: @@ -264,6 +265,7 @@ std::basic_istream<CharT, Traits>& operator>>( return is; } +ABSL_NAMESPACE_END } // namespace absl #endif // ABSL_RANDOM_ZIPF_DISTRIBUTION_H_ |