aports/testing/flutter/libstdc++14.patch.engine
2024-12-14 21:41:24 +00:00

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 {