aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/qmmp/qmmp_export.h2
-rw-r--r--src/qmmpui/qmmpui_export.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/qmmp/qmmp_export.h b/src/qmmp/qmmp_export.h
index 1d378a9ce..d481dd3f9 100644
--- a/src/qmmp/qmmp_export.h
+++ b/src/qmmp/qmmp_export.h
@@ -20,6 +20,8 @@
#ifndef QMMP_EXPORT_H
#define QMMP_EXPORT_H
+#include <QtGlobal>
+
#ifdef QMMP_LIBRARY
# define QMMP_EXPORT Q_DECL_EXPORT
#else
diff --git a/src/qmmpui/qmmpui_export.h b/src/qmmpui/qmmpui_export.h
index e71215ea7..1258703f4 100644
--- a/src/qmmpui/qmmpui_export.h
+++ b/src/qmmpui/qmmpui_export.h
@@ -20,6 +20,8 @@
#ifndef QMMPUI_EXPORT_H
#define QMMPUI_EXPORT_H
+#include <QtGlobal>
+
#ifdef QMMPUI_LIBRARY
# define QMMPUI_EXPORT Q_DECL_EXPORT
#else