diff options
| author | Kees Cook <kees@outflux.net> | 2008-02-11 08:10:22 +0000 |
|---|---|---|
| committer | keescook <keescook@users.sourceforge.net> | 2008-02-11 08:10:22 +0000 |
| commit | 1ef8d2e18f14491e114d6ade4238c74616e248d2 (patch) | |
| tree | 3bc92fc31827a05f8056d76f15407149b6e55b28 /src/live_effects/lpeobject-reference.cpp | |
| parent | Upate translation for Khmer (diff) | |
| download | inkscape-1ef8d2e18f14491e114d6ade4238c74616e248d2.tar.gz inkscape-1ef8d2e18f14491e114d6ade4238c74616e248d2.zip | |
remaining g++ 4.3 compilation fix-ups
(bzr r4706)
Diffstat (limited to 'src/live_effects/lpeobject-reference.cpp')
| -rw-r--r-- | src/live_effects/lpeobject-reference.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/live_effects/lpeobject-reference.cpp b/src/live_effects/lpeobject-reference.cpp index 2a38836cd..34005e791 100644 --- a/src/live_effects/lpeobject-reference.cpp +++ b/src/live_effects/lpeobject-reference.cpp @@ -6,6 +6,8 @@ * Released under GNU GPL, read the file 'COPYING' for more information. */ +#include <string.h> + #include "enums.h" #include "live_effects/lpeobject-reference.h" #include "live_effects/lpeobject.h" |
