Skip to content

Commit

Permalink
Fix build using VS 17.4's C++ STL (flutter#38614)
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-sharma authored and Ricardo Amador committed Jan 25, 2023
1 parent b611661 commit 651632a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions testing/test_dart_native_resolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <functional>
#include <map>
#include <memory>
#include <string>

#include "flutter/fml/macros.h"
#include "third_party/dart/runtime/include/dart_api.h"
Expand Down
1 change: 1 addition & 0 deletions third_party/accessibility/ax/ax_table_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include <map>
#include <set>
#include <string>
#include <unordered_map>
#include <vector>

Expand Down

0 comments on commit 651632a

Please sign in to comment.