summaryrefslogtreecommitdiff
path: root/vcl/source/font
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-09-21 10:59:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-09-21 12:16:35 +0200
commit8cc52b05744443c64cf5eb62ebe3098cd964c437 (patch)
tree119f95be86630d18f0aadd086e11bec28bbe910a /vcl/source/font
parentd5ebe7c3089ab9f4d3fe0707169fc1ce024cdb70 (diff)
Missing include
(for std::max, since f8474367449a1b6b54918d2753e3a36798761839 "ofz#25774 keep ParseCMAP within legal area") Change-Id: I873c788577e9ec3bd54d9e637d2cf86be7c1f6e6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103089 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/source/font')
-rw-r--r--vcl/source/font/fontcharmap.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/font/fontcharmap.cxx b/vcl/source/font/fontcharmap.cxx
index f7db9fd65ead..d672c76c5f42 100644
--- a/vcl/source/font/fontcharmap.cxx
+++ b/vcl/source/font/fontcharmap.cxx
@@ -21,6 +21,7 @@
#include <rtl/textenc.h>
#include <sal/log.hxx>
+#include <algorithm>
#include <vector>
#include <set>