13
0

Add an alternative #include

Having removed boost::function.hpp we need to replace it with gtkmm2ext/actions.h - otherwise, glibmm/refptr.h can't make sense of the type 'Gtk::ActionGroup' (go figure...)
This commit is contained in:
John Emmas 2024-10-26 14:50:22 +01:00
parent 8f32862e58
commit 42602e0329

View File

@ -24,12 +24,14 @@
#include <string>
#include <map>
#include <glibmm/refptr.h>
#include <sigc++/trackable.h>
#include "gtkmm2ext/actions.h"
#include "gtkmm2ext/bindings.h"
#include "gtkmm2ext/window_proxy.h"
#include <glibmm/refptr.h>
#include "ardour/session_handle.h"
class XMLNode;