diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2009-02-26 21:28:12 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2009-02-26 21:28:12 +0000 |
| commit | f1b7b6decc60830d3a0072f3287d63ef086c936e (patch) | |
| tree | 2d237781196c25b0db77771215b02364f791156a /src/dom | |
| parent | Spellcheck, snap and filter translation (diff) | |
| download | inkscape-f1b7b6decc60830d3a0072f3287d63ef086c936e.tar.gz inkscape-f1b7b6decc60830d3a0072f3287d63ef086c936e.zip | |
Patch from Lubomir Rintel: fixes for GCC 4.4
(bzr r7380)
Diffstat (limited to 'src/dom')
| -rw-r--r-- | src/dom/domimpl.cpp | 1 | ||||
| -rw-r--r-- | src/dom/io/domstream.cpp | 1 | ||||
| -rw-r--r-- | src/dom/io/domstream.h | 2 | ||||
| -rw-r--r-- | src/dom/io/socket.cpp | 1 | ||||
| -rw-r--r-- | src/dom/io/uristream.cpp | 1 | ||||
| -rw-r--r-- | src/dom/lsimpl.cpp | 1 | ||||
| -rw-r--r-- | src/dom/svgreader.cpp | 1 | ||||
| -rw-r--r-- | src/dom/svgtypes.h | 1 | ||||
| -rw-r--r-- | src/dom/xpathtoken.h | 1 |
9 files changed, 9 insertions, 1 deletions
diff --git a/src/dom/domimpl.cpp b/src/dom/domimpl.cpp index 10daa1582..e12f40714 100644 --- a/src/dom/domimpl.cpp +++ b/src/dom/domimpl.cpp @@ -28,6 +28,7 @@ */ +#include <cstdio> #include "domimpl.h" namespace org diff --git a/src/dom/io/domstream.cpp b/src/dom/io/domstream.cpp index bc3810de0..b38dd5329 100644 --- a/src/dom/io/domstream.cpp +++ b/src/dom/io/domstream.cpp @@ -34,6 +34,7 @@ * */ +#include <cstdio> #include <math.h> #include <stdarg.h> diff --git a/src/dom/io/domstream.h b/src/dom/io/domstream.h index 7b999e317..0c60aca7a 100644 --- a/src/dom/io/domstream.h +++ b/src/dom/io/domstream.h @@ -30,7 +30,7 @@ */ - +#include <cstdio> #include <dom/dom.h> namespace org diff --git a/src/dom/io/socket.cpp b/src/dom/io/socket.cpp index b800d7453..e39032040 100644 --- a/src/dom/io/socket.cpp +++ b/src/dom/io/socket.cpp @@ -35,6 +35,7 @@ #include <sys/filio.h> // needed on Solaris 8 #endif +#include <cstdio> #include "socket.h" #include "dom/util/thread.h" diff --git a/src/dom/io/uristream.cpp b/src/dom/io/uristream.cpp index 0dc8423f4..3e47d99e1 100644 --- a/src/dom/io/uristream.cpp +++ b/src/dom/io/uristream.cpp @@ -30,6 +30,7 @@ #include "uristream.h" +#include <cstdio> #include <string.h> diff --git a/src/dom/lsimpl.cpp b/src/dom/lsimpl.cpp index b3b3f0b20..6ee6d0883 100644 --- a/src/dom/lsimpl.cpp +++ b/src/dom/lsimpl.cpp @@ -33,6 +33,7 @@ #include "lsimpl.h" #include <stdarg.h> +#include <cstdio> namespace org { diff --git a/src/dom/svgreader.cpp b/src/dom/svgreader.cpp index ea4392f50..4584ba32f 100644 --- a/src/dom/svgreader.cpp +++ b/src/dom/svgreader.cpp @@ -38,6 +38,7 @@ #include "dom/ucd.h" #include "xmlreader.h" +#include <cstdio> #include <stdarg.h> diff --git a/src/dom/svgtypes.h b/src/dom/svgtypes.h index 9b3d1caf6..09ed00bb5 100644 --- a/src/dom/svgtypes.h +++ b/src/dom/svgtypes.h @@ -57,6 +57,7 @@ #include "dom/smil.h" +#include <cstdio> #include <math.h> diff --git a/src/dom/xpathtoken.h b/src/dom/xpathtoken.h index 903900627..8683b2ee1 100644 --- a/src/dom/xpathtoken.h +++ b/src/dom/xpathtoken.h @@ -35,6 +35,7 @@ #include <math.h> +#include <cstdio> #include <vector> namespace org |
