diff options
Diffstat (limited to 'video/video_decoder.cpp')
| -rw-r--r-- | video/video_decoder.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/video/video_decoder.cpp b/video/video_decoder.cpp index a6317bac8f..e1122132a8 100644 --- a/video/video_decoder.cpp +++ b/video/video_decoder.cpp @@ -18,16 +18,16 @@   * along with this program; if not, write to the Free Software   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.   * - * $URL$ - * $Id$ - *   */  #include "video/video_decoder.h" +#include "common/rational.h"  #include "common/file.h"  #include "common/system.h" +#include "graphics/palette.h" +  namespace Video {  VideoDecoder::VideoDecoder() {  | 
