summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2020-06-18 14:17:47 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2020-06-18 16:44:49 +0200
commit392b0d1f04c25300cc0bee0ddea126b96e2dff4e (patch)
treec3dfaa6b8b99c111262771fd80d0ec47b7337ca7 /include/tools
parent390ccd1a64ad1f5637877a4bec3e1af6a32858a4 (diff)
Add missing header after c8bed6445b244a5d9021dbd9a2ff19d80c03917b
Change-Id: I24d354d8d781da3944044a2895e7d9163c31076f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96601 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/json_writer.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tools/json_writer.hxx b/include/tools/json_writer.hxx
index e811bb90e277..95a567ea505c 100644
--- a/include/tools/json_writer.hxx
+++ b/include/tools/json_writer.hxx
@@ -10,6 +10,7 @@
#include <tools/toolsdllapi.h>
#include <rtl/ustring.hxx>
+#include <algorithm>
#include <memory>
/** Simple JSON encoder designed specifically for LibreOfficeKit purposes.