diff options
Diffstat (limited to 'absl/types/variant.h')
-rw-r--r-- | absl/types/variant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/types/variant.h b/absl/types/variant.h index 9652e3b9c64e..8d8b5dbd0093 100644 --- a/absl/types/variant.h +++ b/absl/types/variant.h @@ -47,7 +47,7 @@ #ifdef ABSL_HAVE_STD_VARIANT -#include <variant> +#include <variant> // IWYU pragma: export namespace absl { using std::bad_variant_access; |