Include ogg header file

This commit is contained in:
Jörg Krause 2017-03-14 16:31:33 +01:00 committed by badaix
parent 2d2d72c9e2
commit 0489221d7f
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
#else
#include <vorbis/codec.h>
#endif
#include <ogg/ogg.h>
class OggDecoder : public Decoder
{