diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-04-05 16:12:06 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-04-05 16:12:06 +0000 |
| commit | cd6287c96e5eace7aa715ecbe98759eee54daa71 (patch) | |
| tree | 4068bf83aafff4c3f4101353443bc00984e563c4 /src/dom/io/uristream.cpp | |
| parent | Cmake: add UseGlibMarshal.cmake for generating files (diff) | |
| download | inkscape-cd6287c96e5eace7aa715ecbe98759eee54daa71.tar.gz inkscape-cd6287c96e5eace7aa715ecbe98759eee54daa71.zip | |
add include file to build with gcc4.3
(bzr r5339)
Diffstat (limited to 'src/dom/io/uristream.cpp')
| -rw-r--r-- | src/dom/io/uristream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/io/uristream.cpp b/src/dom/io/uristream.cpp index 8928921e4..3934169c6 100644 --- a/src/dom/io/uristream.cpp +++ b/src/dom/io/uristream.cpp @@ -41,7 +41,7 @@ #include "uristream.h" - +#include <string.h> namespace org |
