summaryrefslogtreecommitdiffstats
path: root/src/Legend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Legend.cpp')
-rw-r--r--src/Legend.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Legend.cpp b/src/Legend.cpp
index a97d7bd..ff9fe4b 100644
--- a/src/Legend.cpp
+++ b/src/Legend.cpp
@@ -18,11 +18,16 @@
#include "Configuration.hpp"
#include "PortType.hpp"
+#include "patchage_config.h"
+#include <gdkmm/color.h>
+#include <glibmm/signalproxy.h>
#include <gtkmm/box.h>
#include <gtkmm/colorbutton.h>
#include <gtkmm/label.h>
-#include <sigc++/sigc++.h>
+#include <gtkmm/object.h>
+#include <sigc++/adaptors/bind.h>
+#include <sigc++/functors/mem_fun.h>
#include <string>