diff options
Diffstat (limited to 'src/SongSave.cxx')
-rw-r--r-- | src/SongSave.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SongSave.cxx b/src/SongSave.cxx index 1aaf15481..cbc2536b1 100644 --- a/src/SongSave.cxx +++ b/src/SongSave.cxx @@ -22,10 +22,10 @@ #include "song.h" #include "TagSave.hxx" #include "Directory.hxx" +#include "TextFile.hxx" extern "C" { #include "tag.h" -#include "text_file.h" #include "string_util.h" } |