diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-12 01:00:13 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-12 01:00:13 +0000 |
| commit | 0200e3742b3d32093a10ad089c12de8fcfeb52b9 (patch) | |
| tree | c40dac3c3311dd4caee5cae777d94506e342fe59 /src/interface.cpp | |
| parent | Replace old ComboText with Gtk::ComboBoxText (diff) | |
| download | inkscape-0200e3742b3d32093a10ad089c12de8fcfeb52b9.tar.gz inkscape-0200e3742b3d32093a10ad089c12de8fcfeb52b9.zip | |
Cleaning up a few headers
(bzr r10961)
Diffstat (limited to 'src/interface.cpp')
| -rw-r--r-- | src/interface.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interface.cpp b/src/interface.cpp index d9f61cf43..929f19634 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -67,6 +67,8 @@ #include "gradient-drag.h" #include "widgets/ege-paint-def.h" +#include <gdk/gdkkeysyms.h> + using Inkscape::DocumentUndo; /* Drag and Drop */ |
