diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-02-11 23:34:59 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2013-02-11 23:34:59 +0000 |
| commit | c8a761256b40300761c7ff6a0d642ac75b6f541a (patch) | |
| tree | 38146b2cde578ae5dc27feb7ee43809a8f30fc40 /src/sp-filter.cpp | |
| parent | Dropped duplicate code for dom/io and io/ (Bug #1120585 ) (diff) | |
| download | inkscape-c8a761256b40300761c7ff6a0d642ac75b6f541a.tar.gz inkscape-c8a761256b40300761c7ff6a0d642ac75b6f541a.zip | |
A couple of forward declarations
(bzr r12119)
Diffstat (limited to 'src/sp-filter.cpp')
| -rw-r--r-- | src/sp-filter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-filter.cpp b/src/sp-filter.cpp index e3a44d8bb..bce86c465 100644 --- a/src/sp-filter.cpp +++ b/src/sp-filter.cpp @@ -22,6 +22,7 @@ using std::map; using std::pair; +#include <glibmm/stringutils.h> #include "attributes.h" #include "document.h" #include "sp-filter.h" |
