aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistVector.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/PlaylistVector.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PlaylistVector.hxx b/src/PlaylistVector.hxx
index 0a4cd95b3..d10c90fda 100644
--- a/src/PlaylistVector.hxx
+++ b/src/PlaylistVector.hxx
@@ -37,6 +37,7 @@ public:
using std::list<PlaylistInfo>::empty;
using std::list<PlaylistInfo>::begin;
using std::list<PlaylistInfo>::end;
+ using std::list<PlaylistInfo>::push_back;
using std::list<PlaylistInfo>::erase;
/**