From 425d7937529d9a5fe605f32b02ef0e74b9eecfc5 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 14 Jul 2004 11:33:46 +0000 Subject: [PATCH] Compile git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@329093 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ogg/flac/oggflacfile.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ogg/flac/oggflacfile.h b/ogg/flac/oggflacfile.h index 1804e118..4c6e92d5 100644 --- a/ogg/flac/oggflacfile.h +++ b/ogg/flac/oggflacfile.h @@ -23,6 +23,7 @@ #define TAGLIB_OGGFLACFILE_H #include +#include #include @@ -38,13 +39,13 @@ namespace TagLib { * This is implementation of FLAC metadata for Ogg FLAC files. For "pure" * FLAC files look under the FLAC hiearchy. * - * Unlike "pure" FLAC-files, Ogg FLAC only supports Xiph-comments, + * Unlike "pure" FLAC-files, Ogg FLAC only supports Xiph-comments, * while the audio-properties are the same. */ namespace FLAC { using TagLib::FLAC::Properties; - + //! An implementation of TagLib::File with Ogg/FLAC specific methods /*!