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/xpathtoken.h | |
| 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/xpathtoken.h')
| -rw-r--r-- | src/dom/xpathtoken.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
