aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/jpeg.h')
-rw-r--r--graphics/jpeg.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/jpeg.h b/graphics/jpeg.h
index ae4ed22f04..f91355e329 100644
--- a/graphics/jpeg.h
+++ b/graphics/jpeg.h
@@ -26,9 +26,12 @@
#ifndef GRAPHICS_JPEG_H
#define GRAPHICS_JPEG_H
-#include "common/stream.h"
#include "graphics/surface.h"
+namespace Common {
+class SeekableReadStream;
+}
+
namespace Graphics {
#define JPEG_MAX_QUANT_TABLES 4