From c39224cf736b71dc1ced257eaf20c7c1c1759478 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Sat, 6 Jul 2024 14:04:15 +0000 Subject: [PATCH] fix(common): `json_fwd.h` is not always available --- google/cloud/internal/oauth2_universe_domain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/internal/oauth2_universe_domain.h b/google/cloud/internal/oauth2_universe_domain.h index e74e438a0dcfd..ca0fc6aaf86c0 100644 --- a/google/cloud/internal/oauth2_universe_domain.h +++ b/google/cloud/internal/oauth2_universe_domain.h @@ -19,7 +19,7 @@ #include "google/cloud/status.h" #include "google/cloud/status_or.h" #include "google/cloud/version.h" -#include +#include #include namespace google {