From babd47deb33bd3e040e7cd94d8ac1c980a7dac98 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 19 Apr 2019 10:12:36 +0000 Subject: fixed includes git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8784 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmp/qmmp_export.h | 2 ++ src/qmmpui/qmmpui_export.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src') 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 + #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 + #ifdef QMMPUI_LIBRARY # define QMMPUI_EXPORT Q_DECL_EXPORT #else -- cgit v1.2.3-13-gbd6f