summaryrefslogtreecommitdiffstats
path: root/src/io/gzipstream.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-02-11 23:34:59 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2013-02-11 23:34:59 +0000
commitc8a761256b40300761c7ff6a0d642ac75b6f541a (patch)
tree38146b2cde578ae5dc27feb7ee43809a8f30fc40 /src/io/gzipstream.h
parentDropped duplicate code for dom/io and io/ (Bug #1120585 ) (diff)
downloadinkscape-c8a761256b40300761c7ff6a0d642ac75b6f541a.tar.gz
inkscape-c8a761256b40300761c7ff6a0d642ac75b6f541a.zip
A couple of forward declarations
(bzr r12119)
Diffstat (limited to 'src/io/gzipstream.h')
-rw-r--r--src/io/gzipstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/gzipstream.h b/src/io/gzipstream.h
index 4debbfca9..89c5f64f3 100644
--- a/src/io/gzipstream.h
+++ b/src/io/gzipstream.h
@@ -17,7 +17,7 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-
+#include <vector>
#include "inkscapestream.h"
#include <zlib.h>