[LyX/2.2.x] Compilation fix for gcc-12
Pavel Sanda <[email protected]> Mon, 18 May 2026 20:40:34 +0000
| Newsgroups | gmane.editors.lyx.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit b0691f510560f59f7942dfa62bc4a733054a9e84 Author: Pavel Sanda <[email protected]> Date: Mon May 18 22:40:12 2026 +0200 Compilation fix for gcc-12 --- src/lyxfind.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index d26b1c89b6..76c051e55f 100644 --- a/src/lyxfind.cpp +++ b/src/lyxfind.cpp @@ -14,6 +14,8 @@ #include <config.h> +#include <iterator> + #include "lyxfind.h" #include "Buffer.h" -- lyx-cvs mailing list [email protected] https://lists.lyx.org/mailman/listinfo/lyx-cvs