[Libreoffice-commits] core.git: fpicker/source

Michael Stahl mstahl at redhat.com
Mon Aug 25 05:14:37 PDT 2014


 fpicker/source/win32/filepicker/getfilenamewrapper.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1eb607eaaa3a0fdaa82d429b80df0a3bf6eaccfd
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Aug 25 14:13:26 2014 +0200

    oops, forgot to include osl/thread.h
    
    Change-Id: Iaef9e9356c7a75215a868bb7dbcaa25d1fb19e01

diff --git a/fpicker/source/win32/filepicker/getfilenamewrapper.cxx b/fpicker/source/win32/filepicker/getfilenamewrapper.cxx
index 34202b0..35b8422 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"
 


More information about the Libreoffice-commits mailing list