summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-17 08:22:03 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-17 11:07:15 +0100
commit3f84927c1cdadffe1eebb9cd6843587245588b91 (patch)
treec9c11a1e62d7c597d031a820ec222eea93b148bf /sal
parent777bf677b38b293378bc83cf09bf08125c19f31d (diff)
Missing includes (Windows --disable-pch)
Change-Id: I5cd3297cff31b88c53cd04232bed40cbf04fa2f6 Reviewed-on: https://gerrit.libreoffice.org/48028 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sal')
-rw-r--r--sal/rtl/alloc_global.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/rtl/alloc_global.cxx b/sal/rtl/alloc_global.cxx
index efbd2748dbf8..1a3a26f00069 100644
--- a/sal/rtl/alloc_global.cxx
+++ b/sal/rtl/alloc_global.cxx
@@ -22,6 +22,7 @@
#include <sal/log.hxx>
#include <sal/macros.h>
+#include <algorithm>
#include <cassert>
#include <string.h>
#include <stdio.h>