From a937b99c3beaca3cd9c60830109fc962e256188d Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Wed, 7 May 2014 13:07:34 +0100 Subject: [PATCH] Always include shellapi independent of Qt version! --- src/tomahawk/TomahawkWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tomahawk/TomahawkWindow.cpp b/src/tomahawk/TomahawkWindow.cpp index dc65820f2..6ffec6cc0 100644 --- a/src/tomahawk/TomahawkWindow.cpp +++ b/src/tomahawk/TomahawkWindow.cpp @@ -86,9 +86,9 @@ #if defined ( WITH_QTSPARKLE ) #include #endif + #include #if QT_VERSION < QT_VERSION_CHECK(5,2,0) #include - #include #ifndef THBN_CLICKED #define THBN_CLICKED 0x1800 #endif