diff --git a/src/playlist.h b/src/playlist.h index 72349489..4ffe9713 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -21,7 +21,7 @@ #ifndef _PLAYLIST_H #define _PLAYLIST_H -#include +#include #include "interfaces.h" #include "screen.h" @@ -93,7 +93,7 @@ private: std::string TotalLength(); std::string itsBufferedStats; - std::map itsSongHashes; + std::unordered_map itsSongHashes; size_t itsTotalLength; size_t itsRemainingTime;