commit ccf60e2ce2635e73d3b68653be032ecc3b59b18e
Author: Kornel Benko <[email protected]>
Date:   Tue May 20 08:51:46 2025 +0200

    Amend a2fdf069a
    
    Compile error with "no member named 'find_if'"
    
    Fix from Pavel Ĺ anda
---
 src/xml.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/xml.cpp b/src/xml.cpp
index 637ef0d335..34c8e986da 100644
--- a/src/xml.cpp
+++ b/src/xml.cpp
@@ -27,6 +27,7 @@
 #include "support/lstrings.h"
 #include "support/textutils.h"
 
+#include <algorithm>
 #include <atomic>
 #include <map>
 #include <functional>
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to