diff options
Diffstat (limited to 'src/components/lazyimage.hpp')
-rw-r--r-- | src/components/lazyimage.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/lazyimage.hpp b/src/components/lazyimage.hpp index 50db425..abf0120 100644 --- a/src/components/lazyimage.hpp +++ b/src/components/lazyimage.hpp @@ -1,4 +1,5 @@ #pragma once +#include <gtkmm/image.h> // loads an image only when the widget is drawn for the first time class LazyImage : public Gtk::Image { |