Add missing header for std::reverse.

This commit is contained in:
John Maguire 2011-12-21 12:29:38 +01:00
parent cdbaf9b235
commit b5f906a88e
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
// it is used by the Spotify blob which links against libspotify and is not GPL
// compatible.
#include <algorithm>
#include "mediapipeline.h"
#include "spotifyclient.h"