diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-08-25 14:13:26 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-08-25 14:13:53 +0200 |
commit | 1eb607eaaa3a0fdaa82d429b80df0a3bf6eaccfd (patch) | |
tree | 3c4a57fe52da24dd70d904bb544592f1cfee0d97 /fpicker/source/win32 | |
parent | c25ac84688b596b9990d382d550f0514161b78c2 (diff) |
oops, forgot to include osl/thread.h
Change-Id: Iaef9e9356c7a75215a868bb7dbcaa25d1fb19e01
Diffstat (limited to 'fpicker/source/win32')
-rw-r--r-- | fpicker/source/win32/filepicker/getfilenamewrapper.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpicker/source/win32/filepicker/getfilenamewrapper.cxx b/fpicker/source/win32/filepicker/getfilenamewrapper.cxx index 34202b017f6c..35b84228a51c 100644 --- a/fpicker/source/win32/filepicker/getfilenamewrapper.cxx +++ b/fpicker/source/win32/filepicker/getfilenamewrapper.cxx @@ -19,6 +19,7 @@ #include <stdio.h> #include <osl/diagnose.h> +#include <osl/thread.h> #include <sal/log.hxx> #include "getfilenamewrapper.hxx" |