summaryrefslogtreecommitdiffstats
path: root/src/Widget.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Widget.hpp')
-rw-r--r--src/Widget.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Widget.hpp b/src/Widget.hpp
index b0cf314..0f688c4 100644
--- a/src/Widget.hpp
+++ b/src/Widget.hpp
@@ -21,7 +21,8 @@
#include <string>
#include <boost/utility.hpp>
-#include <gtkmm.h>
+
+#include <gtkmm/builder.h>
template <typename W>
class Widget : public boost::noncopyable {