From f702d752a785896bcaeadf767e8f2a7b296ba054 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 28 Sep 2017 18:09:45 +0200 Subject: [PATCH] Missing includes (--disable-pch) Change-Id: Iaa87663255f815e4f837df25d5338439d79c70dd --- sal/osl/w32/profile.cxx | 1 + vcl/inc/win/salinst.h | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/sal/osl/w32/profile.cxx b/sal/osl/w32/profile.cxx index 1e586190b7e7..f3539e658110 100644 --- a/sal/osl/w32/profile.cxx +++ b/sal/osl/w32/profile.cxx @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include diff --git a/vcl/inc/win/salinst.h b/vcl/inc/win/salinst.h index 8772ee00fa22..d95f08b49e91 100644 --- a/vcl/inc/win/salinst.h +++ b/vcl/inc/win/salinst.h @@ -20,6 +20,10 @@ #ifndef INCLUDED_VCL_INC_WIN_SALINST_H #define INCLUDED_VCL_INC_WIN_SALINST_H +#include + +#include + #include class SalYieldMutex;