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:
parent
8f32862e58
commit
42602e0329
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user