diff options
Diffstat (limited to 'src/Playlist.hxx')
-rw-r--r-- | src/Playlist.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Playlist.hxx b/src/Playlist.hxx index a4594368e..82cac37c5 100644 --- a/src/Playlist.hxx +++ b/src/Playlist.hxx @@ -21,7 +21,7 @@ #define MPD_PLAYLIST_HXX #include "Queue.hxx" -#include "playlist_error.h" +#include "PlaylistError.hxx" struct player_control; struct Song; |