diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2017-06-27 22:04:40 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2017-06-27 22:04:40 +0000 |
| commit | 58928f3ed2adc05902c3fb2daf15b27a100c14f3 (patch) | |
| tree | 360e3fa26dcd2c2d60f1389d38c7f90d75ddaad6 /src/helper/pixbuf-ops.cpp | |
| parent | color wheel: Temp fix for Gtk+ style properties (diff) | |
| download | inkscape-58928f3ed2adc05902c3fb2daf15b27a100c14f3.tar.gz inkscape-58928f3ed2adc05902c3fb2daf15b27a100c14f3.zip | |
Partial fix for menu items and split contextmenu into separate file
Diffstat (limited to 'src/helper/pixbuf-ops.cpp')
| -rw-r--r-- | src/helper/pixbuf-ops.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helper/pixbuf-ops.cpp b/src/helper/pixbuf-ops.cpp index bab998fdb..bb33f7b15 100644 --- a/src/helper/pixbuf-ops.cpp +++ b/src/helper/pixbuf-ops.cpp @@ -30,6 +30,8 @@ #include "helper/pixbuf-ops.h" +#include <gdk/gdk.h> + // TODO look for copy-n-paste duplication of this function: /** * Hide all items that are not listed in list, recursively, skipping groups and defs. |
