fix build clocale

This commit is contained in:
Martin Rotter 2023-12-08 07:51:12 +01:00
parent 436c960712
commit 0434fbbd71

View File

@ -8,6 +8,10 @@
#include "miscellaneous/application.h" #include "miscellaneous/application.h"
#include "services/abstract/label.h" #include "services/abstract/label.h"
#if defined(ENABLE_MEDIAPLAYER_LIBMPV)
#include <clocale>
#endif
#if defined(Q_OS_WIN) #if defined(Q_OS_WIN)
#if QT_VERSION_MAJOR == 5 #if QT_VERSION_MAJOR == 5
#include <QtPlatformHeaders/QWindowsWindowFunctions> #include <QtPlatformHeaders/QWindowsWindowFunctions>