summaryrefslogtreecommitdiffstats
path: root/src/device-manager.cpp
diff options
context:
space:
mode:
authorAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-07-28 11:26:17 +0000
committerAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-07-28 11:26:17 +0000
commit43b49e325db73cc19b1731db6c69545664ee8fbe (patch)
tree56afe5de404c431fff2124f4789fd6e1655c0963 /src/device-manager.cpp
parentFixed failed build (diff)
downloadinkscape-43b49e325db73cc19b1731db6c69545664ee8fbe.tar.gz
inkscape-43b49e325db73cc19b1731db6c69545664ee8fbe.zip
Reverted changes to r15024 after many building problems
(bzr r15027)
Diffstat (limited to 'src/device-manager.cpp')
-rw-r--r--src/device-manager.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/device-manager.cpp b/src/device-manager.cpp
index 2e153ebde..aa3874da8 100644
--- a/src/device-manager.cpp
+++ b/src/device-manager.cpp
@@ -8,6 +8,7 @@
*/
#include "device-manager.h"
+#include <map>
#include <set>
#include "preferences.h"
@@ -18,6 +19,8 @@
# include <gdkmm/devicemanager.h>
#endif
+#include <glibmm/regex.h>
+
#include <gtk/gtk.h>
#define noDEBUG_VERBOSE 1