diff options
author | David Robillard <d@drobilla.net> | 2020-11-27 14:19:42 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-27 15:20:08 +0100 |
commit | 1517992712e995a1e0035436a92c03428d9cf3c8 (patch) | |
tree | 5adb0a8a5c4e154c564eac2175aada93118a03dd /src/Legend.hpp | |
parent | d1b18af7eea09312825a29bc8c6e797a845bdf77 (diff) | |
download | patchage-1517992712e995a1e0035436a92c03428d9cf3c8.tar.gz patchage-1517992712e995a1e0035436a92c03428d9cf3c8.tar.bz2 patchage-1517992712e995a1e0035436a92c03428d9cf3c8.zip |
Clean up includes
Diffstat (limited to 'src/Legend.hpp')
-rw-r--r-- | src/Legend.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Legend.hpp b/src/Legend.hpp index 9b2b63d..03d1e5b 100644 --- a/src/Legend.hpp +++ b/src/Legend.hpp @@ -21,6 +21,7 @@ #include <gtkmm/box.h> #include <gtkmm/colorbutton.h> +#include <gtkmm/label.h> class Legend : public Gtk::HBox { |