[Libreoffice-commits] core.git: sal/osl vcl/inc
Stephan Bergmann
sbergman at redhat.com
Thu Sep 28 16:10:15 UTC 2017
sal/osl/w32/profile.cxx | 1 +
vcl/inc/win/salinst.h | 4 ++++
2 files changed, 5 insertions(+)
New commits:
commit f702d752a785896bcaeadf767e8f2a7b296ba054
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Sep 28 18:09:45 2017 +0200
Missing includes (--disable-pch)
Change-Id: Iaa87663255f815e4f837df25d5338439d79c70dd
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 <osl/diagnose.h>
#include <osl/profile.h>
#include <osl/process.h>
+#include <osl/thread.h>
#include <osl/file.h>
#include <rtl/alloc.h>
#include <sal/macros.h>
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 <sal/config.h>
+
+#include <osl/conditn.hxx>
+
#include <salinst.hxx>
class SalYieldMutex;
More information about the Libreoffice-commits
mailing list