Skip to content

Commit 651632a

Browse files
loic-sharmaRicardo Amador
authored andcommitted
Fix build using VS 17.4's C++ STL (flutter#38614)
1 parent b611661 commit 651632a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

testing/test_dart_native_resolver.h

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)