summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-05-29 17:31:13 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-05-29 21:41:29 +0200
commitc657b6d617d84bc97d8d527862b83fa1fafa05a4 (patch)
tree0203ecf81a2f06d5d5c5ba9b5b936496f3114818 /vcl
parent65167c708afb475aa628b8289e78a48abdf37119 (diff)
missing include
Change-Id: I3357679d99a4ac2dab21867890140ab5ef2290ad Reviewed-on: https://gerrit.libreoffice.org/73177 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/filter/GraphicFormatDetector.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/source/filter/GraphicFormatDetector.cxx b/vcl/source/filter/GraphicFormatDetector.cxx
index aba10990c2c7..99c5479a6311 100644
--- a/vcl/source/filter/GraphicFormatDetector.cxx
+++ b/vcl/source/filter/GraphicFormatDetector.cxx
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <sal/config.h>
+
+#include <algorithm>
+
#include <graphic/GraphicFormatDetector.hxx>
#include <tools/solar.h>
#include <tools/zcodec.hxx>