diff options
Diffstat (limited to 'sound/flac.cpp')
-rw-r--r-- | sound/flac.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/flac.cpp b/sound/flac.cpp index 409bb293a1..412f4c8651 100644 --- a/sound/flac.cpp +++ b/sound/flac.cpp @@ -32,6 +32,10 @@ #define FLAC__NO_DLL // that MS-magic gave me headaches - just link the library you like #include <FLAC/seekable_stream_decoder.h> + +using Common::File; + + #pragma mark - #pragma mark --- Flac stream --- #pragma mark - |