diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-02-23 13:57:26 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2013-02-23 13:57:26 +0000 |
| commit | ea952687e7b1ae64c4c30c8eb66bd875d75fec2d (patch) | |
| tree | bb58d72238c9512c777763b98f935c9d97665ada /src/extension/system.cpp | |
| parent | Get text from selected row rather than from entry box. (diff) | |
| download | inkscape-ea952687e7b1ae64c4c30c8eb66bd875d75fec2d.tar.gz inkscape-ea952687e7b1ae64c4c30c8eb66bd875d75fec2d.zip | |
Fix missing headers for Gtk+ 3 build
Fixed bugs:
- https://launchpad.net/bugs/1122816
(bzr r12145)
Diffstat (limited to 'src/extension/system.cpp')
| -rw-r--r-- | src/extension/system.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/system.cpp b/src/extension/system.cpp index a9ca5c456..56cc6d1af 100644 --- a/src/extension/system.cpp +++ b/src/extension/system.cpp @@ -22,6 +22,7 @@ #include <interface.h> #include <unistd.h> +#include <glibmm/miscutils.h> #include "system.h" #include "preferences.h" |
