From a8e60d56bb63b9f14b906f089262d99f39471565 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 21 Feb 2012 17:09:39 +0000 Subject: fixed build git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2633 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/scrobbler/scrobbler.h | 1 + src/qmmp/qmmp.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugins/General/scrobbler/scrobbler.h b/src/plugins/General/scrobbler/scrobbler.h index 5a829ddb2..7d0d3f610 100644 --- a/src/plugins/General/scrobbler/scrobbler.h +++ b/src/plugins/General/scrobbler/scrobbler.h @@ -21,6 +21,7 @@ #define SCROBBLER_H #include +#include #include class QNetworkAccessManager; diff --git a/src/qmmp/qmmp.cpp b/src/qmmp/qmmp.cpp index 091729074..541ba2eb0 100644 --- a/src/qmmp/qmmp.cpp +++ b/src/qmmp/qmmp.cpp @@ -48,7 +48,7 @@ const QString Qmmp::strVersion() .arg(QMMP_VERSION_MAJOR) .arg(QMMP_VERSION_MINOR) .arg(QMMP_VERSION_PATCH); -#if !QMMP_VERSION_STABLE && SVN_REVISION +#if !QMMP_VERSION_STABLE #ifdef SVN_REVISION ver += "-"SVN_REVISION; #else -- cgit v1.2.3-13-gbd6f