From 380e647d6f51e91e252bf740b5ce165ea632504d Mon Sep 17 00:00:00 2001 From: Richard Harrison <rjh@zaretto.com> Date: Mon, 18 Oct 2021 18:11:28 +0200 Subject: [PATCH] Fix compile error for Highlight on windows --- src/GUI/Highlight.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GUI/Highlight.cxx b/src/GUI/Highlight.cxx index 4ea1e0d8c..76990781a 100644 --- a/src/GUI/Highlight.cxx +++ b/src/GUI/Highlight.cxx @@ -16,6 +16,7 @@ #include <algorithm> #include <map> #include <string> +#include <iterator> /* Returns translated string for specified menu/menuitem name. */