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

Fix #150515 Provide required headers for build with Clang-16 and GCC … #53479

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions fml/synchronization/sync_switch.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include "flutter/fml/synchronization/sync_switch.h"

#include <algorithm>

namespace fml {

SyncSwitch::Handlers& SyncSwitch::Handlers::SetIfTrue(
Expand Down