diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-09-28 18:09:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-09-28 18:09:45 +0200 |
commit | f702d752a785896bcaeadf767e8f2a7b296ba054 (patch) | |
tree | 1908d1866c1e79facbf566a308330392edbe35d4 /sal | |
parent | e310c00709ed4fe0788aeff5142e3581d8b4d319 (diff) |
Missing includes (--disable-pch)
Change-Id: Iaa87663255f815e4f837df25d5338439d79c70dd
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/profile.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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> |