diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/FlacInput.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/FlacInput.cxx b/src/decoder/FlacInput.cxx index 88b942971..399e78905 100644 --- a/src/decoder/FlacInput.cxx +++ b/src/decoder/FlacInput.cxx @@ -24,7 +24,7 @@ #include "InputStream.hxx" #include "util/Error.hxx" #include "Log.hxx" -#include "gcc.h" +#include "Compiler.h" FLAC__StreamDecoderReadStatus FlacInput::Read(FLAC__byte buffer[], size_t *bytes) |