diff options
Diffstat (limited to 'src/components/draglistbox.hpp')
-rw-r--r-- | src/components/draglistbox.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/draglistbox.hpp b/src/components/draglistbox.hpp index 8890792..dc9e9f3 100644 --- a/src/components/draglistbox.hpp +++ b/src/components/draglistbox.hpp @@ -1,4 +1,5 @@ #pragma once +#include <gtkmm/listbox.h> class DragListBox : public Gtk::ListBox { public: |