Missing includes (--disable-pch)

Change-Id: Iaa87663255f815e4f837df25d5338439d79c70dd
This commit is contained in:
Stephan Bergmann
2017-09-28 18:09:45 +02:00
parent e310c00709
commit f702d752a7
2 changed files with 5 additions and 0 deletions

View File

@@ -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>

View File

@@ -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;