aboutsummaryrefslogtreecommitdiff
path: root/graphics/dither.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dither.h')
-rw-r--r--graphics/dither.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/dither.h b/graphics/dither.h
index 1239ba08e8..e5f67b9c71 100644
--- a/graphics/dither.h
+++ b/graphics/dither.h
@@ -26,7 +26,11 @@
#define GRAPHICS_DITHER_H
#include "common/util.h"
-#include "common/stream.h"
+
+namespace Common {
+class SeekableReadStream;
+class WriteStream;
+}
namespace Graphics {