diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-05-06 21:21:02 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-05-06 21:21:02 +0000 |
| commit | f916c87968729b7c5065c94730dbb499e8510042 (patch) | |
| tree | 6da7e69033a74d66eaf4d69568cb902e754be08a /src/ui/widget/imageicon.cpp | |
| parent | improved workaround to prevent GfxRadialShading from getting corrupted during... (diff) | |
| download | inkscape-f916c87968729b7c5065c94730dbb499e8510042.tar.gz inkscape-f916c87968729b7c5065c94730dbb499e8510042.zip | |
Fix missing glib headers in imageicon
(bzr r11341)
Diffstat (limited to 'src/ui/widget/imageicon.cpp')
| -rw-r--r-- | src/ui/widget/imageicon.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/widget/imageicon.cpp b/src/ui/widget/imageicon.cpp index 77015bdd2..567608ef8 100644 --- a/src/ui/widget/imageicon.cpp +++ b/src/ui/widget/imageicon.cpp @@ -19,6 +19,8 @@ #include "svg-view-widget.h" #include "document.h" #include "inkscape.h" +#include <glibmm/convert.h> +#include <glibmm/fileutils.h> namespace Inkscape |
