From b5f906a88e4daa9d7bbe838dc4c8ed668fa5b0e8 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Wed, 21 Dec 2011 12:29:38 +0100 Subject: [PATCH] Add missing header for std::reverse. --- spotifyblob/blob/spotifyclient.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/spotifyblob/blob/spotifyclient.cpp b/spotifyblob/blob/spotifyclient.cpp index 5f3722761..5c8f13b74 100644 --- a/spotifyblob/blob/spotifyclient.cpp +++ b/spotifyblob/blob/spotifyclient.cpp @@ -18,6 +18,7 @@ // it is used by the Spotify blob which links against libspotify and is not GPL // compatible. +#include #include "mediapipeline.h" #include "spotifyclient.h"