aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/codecs/codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/codecs/codec.h')
-rw-r--r--graphics/video/codecs/codec.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/video/codecs/codec.h b/graphics/video/codecs/codec.h
index 4a280a81df..802671a037 100644
--- a/graphics/video/codecs/codec.h
+++ b/graphics/video/codecs/codec.h
@@ -26,10 +26,13 @@
#ifndef GRAPHICS_CODEC_H
#define GRAPHICS_CODEC_H
-#include "common/stream.h"
#include "graphics/surface.h"
#include "graphics/pixelformat.h"
+namespace Common{
+class SeekableReadStream;
+}
+
namespace Graphics {
class Codec {