diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-02-01 18:39:38 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-02-01 18:39:38 +0000 |
| commit | eb1421b01e1363681241e43e609dc2f46272ded5 (patch) | |
| tree | d825079cc1f21674d87ed13c3d9ab285e94dca75 /src/registrytool.cpp | |
| parent | Fix crash when trying to import a corrupted PNG file. (diff) | |
| download | inkscape-eb1421b01e1363681241e43e609dc2f46272ded5.tar.gz inkscape-eb1421b01e1363681241e43e609dc2f46272ded5.zip | |
Updates for devlibs revision 9
(bzr r9041)
Diffstat (limited to 'src/registrytool.cpp')
| -rw-r--r-- | src/registrytool.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/registrytool.cpp b/src/registrytool.cpp index 8bc9cbebf..2017f50c7 100644 --- a/src/registrytool.cpp +++ b/src/registrytool.cpp @@ -27,6 +27,7 @@ #include <windows.h> #include <string> +#include <cstdio> #include "registrytool.h" |
