diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-01-16 09:04:05 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-01-16 11:00:14 +0100 |
commit | 28edb81dd83b72bd593445dab4625bb145def955 (patch) | |
tree | 8663fa59129cbdb9393aee6b4b876cf72d1095d5 /sal/osl | |
parent | 63bd7c4ccdd07db0d41b9af659f0b51b9c29eee0 (diff) |
Missing include
Change-Id: I3bcc4ff11e37afe29b847ff65f722c7b0ba2c0b0
Reviewed-on: https://gerrit.libreoffice.org/47929
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/w32/file_url.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/osl/w32/file_url.cxx b/sal/osl/w32/file_url.cxx index 9a53e143c6a4..f89f2033e168 100644 --- a/sal/osl/w32/file_url.cxx +++ b/sal/osl/w32/file_url.cxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> + +#include <algorithm> + #include <systools/win32/uwinapi.h> #include "file_url.hxx" |