diff options
Diffstat (limited to 'include/comphelper/sharedmutex.hxx')
-rw-r--r-- | include/comphelper/sharedmutex.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/comphelper/sharedmutex.hxx b/include/comphelper/sharedmutex.hxx index 82ed7f9bef77..a92c7ccb33e6 100644 --- a/include/comphelper/sharedmutex.hxx +++ b/include/comphelper/sharedmutex.hxx @@ -21,9 +21,10 @@ #define INCLUDED_COMPHELPER_SHAREDMUTEX_HXX #include <comphelper/comphelperdllapi.h> -#include <osl/mutex.hxx> #include <memory> +namespace osl { class Mutex; } + namespace comphelper { |