summaryrefslogtreecommitdiff
path: root/avmedia/source/viewer/mediaevent_impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/viewer/mediaevent_impl.hxx')
-rw-r--r--avmedia/source/viewer/mediaevent_impl.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/avmedia/source/viewer/mediaevent_impl.hxx b/avmedia/source/viewer/mediaevent_impl.hxx
index 1dc1c20ec2ff..682eff1d7970 100644
--- a/avmedia/source/viewer/mediaevent_impl.hxx
+++ b/avmedia/source/viewer/mediaevent_impl.hxx
@@ -27,6 +27,8 @@
#include <com/sun/star/awt/XFocusListener.hpp>
#include <vcl/vclptr.hxx>
+#include <mutex>
+
namespace avmedia::priv
{
@@ -68,7 +70,7 @@ namespace avmedia::priv
private:
VclPtr<vcl::Window> mpNotifyWindow;
- mutable ::osl::Mutex maMutex;
+ mutable std::mutex maMutex;
};
}