diff options
Diffstat (limited to 'src/Widget.hpp')
-rw-r--r-- | src/Widget.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Widget.hpp b/src/Widget.hpp index 7d03922..56eb6d8 100644 --- a/src/Widget.hpp +++ b/src/Widget.hpp @@ -20,6 +20,7 @@ #include <string> #include <boost/utility.hpp> +#include <libglademm/xml.h> template <typename W> class Widget : public boost::noncopyable { |