diff options
Diffstat (limited to 'src/QueuePrint.cxx')
-rw-r--r-- | src/QueuePrint.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QueuePrint.cxx b/src/QueuePrint.cxx index edac7c7ad..32f131ae8 100644 --- a/src/QueuePrint.cxx +++ b/src/QueuePrint.cxx @@ -20,11 +20,11 @@ #include "config.h" #include "QueuePrint.hxx" #include "SongFilter.hxx" +#include "SongPrint.hxx" extern "C" { #include "queue.h" #include "song.h" -#include "song_print.h" #include "client.h" #include "mapper.h" } |