| commit | 849877954bb483f95b50e85172cb019e892f95cd | [log] [tgz] |
|---|---|---|
| author | Alexander Biggs <[email protected]> | Wed Jan 05 22:32:08 2022 |
| committer | GitHub <[email protected]> | Wed Jan 05 22:32:08 2022 |
| tree | 1cbf7678bf973802e437b425b2adeabbf7c8c030 | |
| parent | 0c036a77af5c01a28aec3258564fa7aa5594bff7 [diff] |
[fuchsia] Fix failing SDK roll. (#30675)
diff --git a/shell/platform/fuchsia/flutter/software_surface.cc b/shell/platform/fuchsia/flutter/software_surface.cc index f5ef369..be3e474 100644 --- a/shell/platform/fuchsia/flutter/software_surface.cc +++ b/shell/platform/fuchsia/flutter/software_surface.cc
@@ -8,6 +8,7 @@ #include <lib/ui/scenic/cpp/commands.h> #include <zircon/status.h> #include <zircon/types.h> +#include <zx/cpp/fidl.h> #include <cmath>