summaryrefslogtreecommitdiff
path: root/absl/flags/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/flags/parse.h')
-rw-r--r--absl/flags/parse.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/absl/flags/parse.h b/absl/flags/parse.h
index 469bd506..f37b0602 100644
--- a/absl/flags/parse.h
+++ b/absl/flags/parse.h
@@ -26,10 +26,11 @@
#include <string>
#include <vector>
+#include "absl/base/config.h"
#include "absl/flags/internal/parse.h"
namespace absl {
-inline namespace lts_2019_08_08 {
+ABSL_NAMESPACE_BEGIN
// ParseCommandLine()
//
@@ -54,7 +55,7 @@ inline namespace lts_2019_08_08 {
// help messages and then exits the program.
std::vector<char*> ParseCommandLine(int argc, char* argv[]);
-} // inline namespace lts_2019_08_08
+ABSL_NAMESPACE_END
} // namespace absl
#endif // ABSL_FLAGS_PARSE_H_