[Libreoffice-commits] core.git: sal/osl
Stephan Bergmann
sbergman at redhat.com
Tue Jan 16 10:00:34 UTC 2018
sal/osl/w32/file_url.cxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 28edb81dd83b72bd593445dab4625bb145def955
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Jan 16 09:04:05 2018 +0100
Missing include
Change-Id: I3bcc4ff11e37afe29b847ff65f722c7b0ba2c0b0
Reviewed-on: https://gerrit.libreoffice.org/47929
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
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"
More information about the Libreoffice-commits
mailing list