diff options
author | unK <electricityispower@gmail.com> | 2008-10-07 23:04:26 +0200 |
---|---|---|
committer | unK <electricityispower@gmail.com> | 2008-10-07 23:04:26 +0200 |
commit | 48ba7cbcf28db5bf8448883a5306493e05729dd1 (patch) | |
tree | d88032b30ae345d479cae53584ab31eab265d84d /src/tag_editor.cpp | |
parent | fc00baa300ec1770249d5ea0965abd1143264734 (diff) |
another code clean-ups
Diffstat (limited to 'src/tag_editor.cpp')
-rw-r--r-- | src/tag_editor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tag_editor.cpp b/src/tag_editor.cpp index cd40e01a..7f087f3d 100644 --- a/src/tag_editor.cpp +++ b/src/tag_editor.cpp @@ -22,6 +22,8 @@ #ifdef HAVE_TAGLIB_H +#include <fstream> + #include "id3v2tag.h" #include "textidentificationframe.h" #include "mpegfile.h" |