summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/entry.cpp
diff options
context:
space:
mode:
authorjtx <javier.arraiza@marker.es>2013-03-19 16:56:26 +0000
committerjtx <javier.arraiza@marker.es>2013-03-19 16:56:26 +0000
commitfc95705f9d5761fe111a445c51afc505d08738a7 (patch)
tree65fed75305c0582b165af2c327fca8246829c836 /src/ui/widget/entry.cpp
parentMerge from trunk (diff)
downloadinkscape-fc95705f9d5761fe111a445c51afc505d08738a7.tar.gz
inkscape-fc95705f9d5761fe111a445c51afc505d08738a7.zip
Fixing regression
(bzr r11950.1.61)
Diffstat (limited to 'src/ui/widget/entry.cpp')
-rw-r--r--src/ui/widget/entry.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/widget/entry.cpp b/src/ui/widget/entry.cpp
index 173e014d9..64d28119a 100644
--- a/src/ui/widget/entry.cpp
+++ b/src/ui/widget/entry.cpp
@@ -13,6 +13,8 @@
#include "entry.h"
+#include <gtkmm/entry.h>
+
namespace Inkscape {
namespace UI {
namespace Widget {