summaryrefslogtreecommitdiffstats
path: root/src/device-manager.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-02-23 13:57:26 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2013-02-23 13:57:26 +0000
commitea952687e7b1ae64c4c30c8eb66bd875d75fec2d (patch)
treebb58d72238c9512c777763b98f935c9d97665ada /src/device-manager.cpp
parentGet text from selected row rather than from entry box. (diff)
downloadinkscape-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/device-manager.cpp')
-rw-r--r--src/device-manager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device-manager.cpp b/src/device-manager.cpp
index a9394a5f6..a07231805 100644
--- a/src/device-manager.cpp
+++ b/src/device-manager.cpp
@@ -14,6 +14,7 @@
#include "device-manager.h"
#include "preferences.h"
#include <gtk/gtk.h>
+#include <glibmm/regex.h>
#define noDEBUG_VERBOSE 1