From bef47d3da6f44b725519f7bf3e2400a3148bac67 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 4 Oct 2016 16:58:55 +0200 Subject: At least MSVC 2015 doesn't find sal/osl/w32/time.h ...when included as (our rather sick convention, for include files other than standard headers) rather than "time.h" Change-Id: I5aacfb81de95ae4254e39badffc9c83c7ac0f58f --- sal/osl/w32/salinit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal') diff --git a/sal/osl/w32/salinit.cxx b/sal/osl/w32/salinit.cxx index 8122fbb18697..dd94af1b5862 100644 --- a/sal/osl/w32/salinit.cxx +++ b/sal/osl/w32/salinit.cxx @@ -20,7 +20,7 @@ #include "sal/config.h" #include "system.h" -#include +#include "time.h" #include #include -- cgit