diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-29 01:16:51 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-29 01:16:51 +0000 |
| commit | dfee660d61d18c55d5f0912b3a87958d631eb6fa (patch) | |
| tree | acdb49deedd5bb761f4642874d451d92bf81886b /src/helper/stock-items.cpp | |
| parent | Dutch translation: minor update (diff) | |
| download | inkscape-dfee660d61d18c55d5f0912b3a87958d631eb6fa.tar.gz inkscape-dfee660d61d18c55d5f0912b3a87958d631eb6fa.zip | |
Header tidying, suppress all gdk deprecation errors in gtkmm
(bzr r11030)
Diffstat (limited to 'src/helper/stock-items.cpp')
| -rw-r--r-- | src/helper/stock-items.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/helper/stock-items.cpp b/src/helper/stock-items.cpp index 96454cf3a..1de282ba2 100644 --- a/src/helper/stock-items.cpp +++ b/src/helper/stock-items.cpp @@ -19,8 +19,10 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif -#include "path-prefix.h" +#include <cstring> + +#include "path-prefix.h" #include <xml/repr.h> #include "sp-gradient.h" |
