diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-06-21 10:37:35 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-06-21 10:37:35 +0000 |
| commit | 70a546bdb74adfca4653744ec18a738ac3d80f4d (patch) | |
| tree | 26cbab1eb1c56a2d13bf4de003146dc26ef3891b /src | |
| parent | Translations. New Bengali/Bangladesh translation by Mahay Alam Khan. (diff) | |
| download | inkscape-70a546bdb74adfca4653744ec18a738ac3d80f4d.tar.gz inkscape-70a546bdb74adfca4653744ec18a738ac3d80f4d.zip | |
Fix missing glibmm header
(bzr r11510)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-skeleton.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/live_effects/lpe-skeleton.cpp b/src/live_effects/lpe-skeleton.cpp index f3d7788d6..65faef216 100644 --- a/src/live_effects/lpe-skeleton.cpp +++ b/src/live_effects/lpe-skeleton.cpp @@ -23,6 +23,8 @@ // You might need to include other 2geom files. You can add them here: #include <2geom/path.h> +#include <glibmm/i18n.h> + //#include "knot-holder-entity.h" //#include "knotholder.h" |
