From 651632ac4997a416c9424f12084a5f612d09c64f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sharma?= <737941+loic-sharma@users.noreply.github.com> Date: Wed, 4 Jan 2023 13:21:46 -0800 Subject: [PATCH] Fix build using VS 17.4's C++ STL (#38614) --- testing/test_dart_native_resolver.h | 1 + third_party/accessibility/ax/ax_table_info.h | 1 + 2 files changed, 2 insertions(+) diff --git a/testing/test_dart_native_resolver.h b/testing/test_dart_native_resolver.h index a54ba6ab1e62e..bd0a3fe0882dd 100644 --- a/testing/test_dart_native_resolver.h +++ b/testing/test_dart_native_resolver.h @@ -8,6 +8,7 @@ #include #include #include +#include #include "flutter/fml/macros.h" #include "third_party/dart/runtime/include/dart_api.h" diff --git a/third_party/accessibility/ax/ax_table_info.h b/third_party/accessibility/ax/ax_table_info.h index 53086c42693c1..ef9266f2e5c41 100644 --- a/third_party/accessibility/ax/ax_table_info.h +++ b/third_party/accessibility/ax/ax_table_info.h @@ -7,6 +7,7 @@ #include #include +#include #include #include