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/ui | |
| 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/ui')
| -rw-r--r-- | src/ui/dialog/filter-effects-dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/filter-effects-dialog.h b/src/ui/dialog/filter-effects-dialog.h index 3d105dfd0..c2fc7ff42 100644 --- a/src/ui/dialog/filter-effects-dialog.h +++ b/src/ui/dialog/filter-effects-dialog.h @@ -12,6 +12,8 @@ #ifndef INKSCAPE_UI_DIALOG_FILTER_EFFECTS_H #define INKSCAPE_UI_DIALOG_FILTER_EFFECTS_H +#include <memory> + #include <gtkmm/adjustment.h> #include <gtkmm/alignment.h> #include <gtkmm/box.h> |
