Add missing #include <algorithm> (flutter/engine#32003)

See b/222535478 and cl/433590918
This commit is contained in:
Ren You
2022-03-14 09:09:29 -07:00
committed by GitHub
parent 2dc4d5f270
commit c0958acf73

View File

@@ -6,6 +6,7 @@
#include "flutter/fml/shared_thread_merger.h"
#include <algorithm>
#include <set>
namespace fml {