diff options
Diffstat (limited to 'absl/flags/flag.h')
-rw-r--r-- | absl/flags/flag.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/flags/flag.h b/absl/flags/flag.h index 8dd1b9be7af8..ca7d581fce71 100644 --- a/absl/flags/flag.h +++ b/absl/flags/flag.h @@ -41,6 +41,7 @@ #include "absl/flags/internal/flag.h" #include "absl/flags/internal/registry.h" #include "absl/flags/marshalling.h" +#include "absl/strings/string_view.h" namespace absl { ABSL_NAMESPACE_BEGIN |