From f6fdd8dcbf41f864e9f0cc32dabe81fe3533ddfe Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 17 Dec 2009 18:24:23 +0000 Subject: switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash git-svn-id: svn://localhost/ardour2/branches/3.0@6372 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/stateful.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/pbd/stateful.cc') diff --git a/libs/pbd/stateful.cc b/libs/pbd/stateful.cc index 58be141a27..596402576e 100644 --- a/libs/pbd/stateful.cc +++ b/libs/pbd/stateful.cc @@ -21,6 +21,7 @@ #include #include "pbd/stateful.h" +#include "pbd/destructible.h" #include "pbd/filesystem.h" #include "pbd/xml++.h" #include "pbd/error.h" -- cgit v1.2.3