summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-09-28 18:09:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-09-28 18:09:45 +0200
commitf702d752a785896bcaeadf767e8f2a7b296ba054 (patch)
tree1908d1866c1e79facbf566a308330392edbe35d4 /vcl
parente310c00709ed4fe0788aeff5142e3581d8b4d319 (diff)
Missing includes (--disable-pch)
Change-Id: Iaa87663255f815e4f837df25d5338439d79c70dd
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/win/salinst.h4
1 files changed, 4 insertions, 0 deletions
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;