summaryrefslogtreecommitdiff
path: root/absl/base/internal/low_level_alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/base/internal/low_level_alloc.h')
-rw-r--r--absl/base/internal/low_level_alloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/base/internal/low_level_alloc.h b/absl/base/internal/low_level_alloc.h
index 3c15605b..3f289571 100644
--- a/absl/base/internal/low_level_alloc.h
+++ b/absl/base/internal/low_level_alloc.h
@@ -51,6 +51,7 @@
#include "absl/base/port.h"
namespace absl {
+inline namespace lts_2018_06_20 {
namespace base_internal {
class LowLevelAlloc {
@@ -115,5 +116,6 @@ class LowLevelAlloc {
};
} // namespace base_internal
+} // inline namespace lts_2018_06_20
} // namespace absl
#endif // ABSL_BASE_INTERNAL_LOW_LEVEL_ALLOC_H_