Make the non jpeglib based DCTStream compile
diff --git a/poppler/Stream.cc b/poppler/Stream.cc
index 964bfb7..e8f5ec7 100644
--- a/poppler/Stream.cc
+++ b/poppler/Stream.cc
@@ -2410,7 +2410,7 @@
   63
 };
 
-DCTStream::DCTStream(Stream *strA, int colorXformA):
+DCTStream::DCTStream(Stream *strA, int colorXformA, Object *dict):
     FilterStream(strA) {
   int i, j;