Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 87bdde8

Browse files
authored
Fix build using VS 17.4's C++ STL (#38614)
1 parent 67440cc commit 87bdde8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

testing/test_dart_native_resolver.h

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <functional>
99
#include <map>
1010
#include <memory>
11+
#include <string>
1112

1213
#include "flutter/fml/macros.h"
1314
#include "third_party/dart/runtime/include/dart_api.h"

third_party/accessibility/ax/ax_table_info.h

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include <map>
99
#include <set>
10+
#include <string>
1011
#include <unordered_map>
1112
#include <vector>
1213

0 commit comments

Comments
 (0)