summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré de la Rocha <andre.rocha@qt.io>2022-03-28 05:59:31 -0300
committerAndré de la Rocha <andre.rocha@qt.io>2022-05-23 11:05:54 +0200
commit9be9b97d80d5d19325a6cb753438a93a49bdc7ac (patch)
treee666186bf1d4ef09711eff34f5cf2280016f11e5
parent9da7721c5451627d4eb2c3bf36ba6eaa84030d50 (diff)
Windows: Fix missing include
Building qtmultimedia with the current qtbase dev started failing due to a missing include, possibly due to changes in some other header. Change-Id: I644cae7391bbd58bc1241ae593e56e6f3241c5ce Reviewed-by: Piotr Srebrny <piotr.srebrny@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io> (cherry picked from commit 0eaf455896f91b03ea0eb015c1c6333b4224b577)
-rw-r--r--src/multimedia/platform/windows/qwindowsmediadevices.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/multimedia/platform/windows/qwindowsmediadevices.cpp b/src/multimedia/platform/windows/qwindowsmediadevices.cpp
index 61a389ca0..96739af1f 100644
--- a/src/multimedia/platform/windows/qwindowsmediadevices.cpp
+++ b/src/multimedia/platform/windows/qwindowsmediadevices.cpp
@@ -64,6 +64,8 @@
#include <private/qwindowsaudioutils_p.h>
#include <private/qwindowsmfdefs_p.h>
+#include <QtCore/qmap.h>
+
QT_BEGIN_NAMESPACE
class CMMNotificationClient : public IMMNotificationClient