Skip to content

Commit

Permalink
fix(common): json_fwd.h is not always available (#14439)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Jul 6, 2024
1 parent d565cb6 commit 5e0d8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/internal/oauth2_universe_domain.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "google/cloud/status.h"
#include "google/cloud/status_or.h"
#include "google/cloud/version.h"
#include <nlohmann/json_fwd.hpp>
#include <nlohmann/json.hpp>
#include <string>

namespace google {
Expand Down

0 comments on commit 5e0d8b4

Please sign in to comment.