mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-14 01:37:09 +02:00
11 lines
236 B
Plaintext
11 lines
236 B
Plaintext
--- ./flutter/fml/synchronization/sync_switch.cc.orig
|
|
+++ ./flutter/fml/synchronization/sync_switch.cc
|
|
@@ -5,6 +5,7 @@
|
|
#include "flutter/fml/synchronization/sync_switch.h"
|
|
|
|
#include <algorithm>
|
|
+#include <mutex>
|
|
|
|
namespace fml {
|
|
|