about summary refs log tree commit diff
path: root/absl/base/internal/scoped_set_env.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/base/internal/scoped_set_env.h')
-rw-r--r--absl/base/internal/scoped_set_env.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/absl/base/internal/scoped_set_env.h b/absl/base/internal/scoped_set_env.h
index 855b22fd41..19ec7b5d8a 100644
--- a/absl/base/internal/scoped_set_env.h
+++ b/absl/base/internal/scoped_set_env.h
@@ -19,7 +19,10 @@
 
 #include <string>
 
+#include "absl/base/config.h"
+
 namespace absl {
+ABSL_NAMESPACE_BEGIN
 namespace base_internal {
 
 class ScopedSetEnv {
@@ -36,6 +39,7 @@ class ScopedSetEnv {
 };
 
 }  // namespace base_internal
+ABSL_NAMESPACE_END
 }  // namespace absl
 
 #endif  // ABSL_BASE_INTERNAL_SCOPED_SET_ENV_H_