diff options
author | Max Kellermann <max@duempel.org> | 2013-01-02 22:43:56 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-02 22:43:56 +0100 |
commit | d65ad1bf151383722802d4bb13b12a33b97480e4 (patch) | |
tree | bdbb428484e61a53764ff8df2eeb2c245158e7e6 /src/SongPrint.cxx | |
parent | 43cbbe111b2429b41b1896f228625cf5692c3d88 (diff) |
mapper: convert to C++
Diffstat (limited to 'src/SongPrint.cxx')
-rw-r--r-- | src/SongPrint.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SongPrint.cxx b/src/SongPrint.cxx index 371952e86..07cf9c3e2 100644 --- a/src/SongPrint.cxx +++ b/src/SongPrint.cxx @@ -23,11 +23,11 @@ #include "directory.h" #include "TimePrint.hxx" #include "TagPrint.hxx" +#include "Mapper.hxx" extern "C" { #include "client.h" #include "uri.h" -#include "mapper.h" } void |