diff options
-rw-r--r-- | command/decoder.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/command/decoder.cpp b/command/decoder.cpp index aa461db..29a1483 100644 --- a/command/decoder.cpp +++ b/command/decoder.cpp @@ -20,6 +20,8 @@ #define CPU_COUNT(i) 1 // very crude ;) #endif +#include "decoder.h" + #ifndef AVMEDIA_TYPE_AUDIO #define AVMEDIA_TYPE_AUDIO CODEC_TYPE_AUDIO #endif |