diff options
| author | Adib Taraben <theadib@gmail.com> | 2009-04-26 20:35:42 +0000 |
|---|---|---|
| committer | theadib <theadib@users.sourceforge.net> | 2009-04-26 20:35:42 +0000 |
| commit | 2e1d02e03eb634bb8c896abfd111b80809ccf2c1 (patch) | |
| tree | 15ac9a1e0571527b21421047956f7fbb38b605f8 /src/inkjar/jar.cpp | |
| parent | Do not end path editing on double-clicks other than first mouse button (diff) | |
| download | inkscape-2e1d02e03eb634bb8c896abfd111b80809ccf2c1.tar.gz inkscape-2e1d02e03eb634bb8c896abfd111b80809ccf2c1.zip | |
BUG 367123: include zlib.h into jar.cpp
(bzr r7777)
Diffstat (limited to 'src/inkjar/jar.cpp')
| -rw-r--r-- | src/inkjar/jar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inkjar/jar.cpp b/src/inkjar/jar.cpp index d78fcf0cd..d53901de5 100644 --- a/src/inkjar/jar.cpp +++ b/src/inkjar/jar.cpp @@ -46,6 +46,7 @@ #include <string> #include <cstdlib> #include <glib.h> +#include <zlib.h> #include "jar.h" |
