Skip to content

Commit

Permalink
Add missing #include <algorithm> (flutter#32003)
Browse files Browse the repository at this point in the history
See b/222535478 and cl/433590918
  • Loading branch information
renyou authored Mar 14, 2022
1 parent 8b0eeb3 commit f8be102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fml/shared_thread_merger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include "flutter/fml/shared_thread_merger.h"

#include <algorithm>
#include <set>

namespace fml {
Expand Down

0 comments on commit f8be102

Please sign in to comment.