X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Feventdispatcher.h;fp=source%2Feventdispatcher.h;h=6f6fe6f72a9455320e8954655eda10f2a01d1dcd;hp=9bea6d2140943f014857a7bd1ee5d629add232e7;hb=8dbddc01acb154403c38348fd3fbea22ee0b33c4;hpb=33a5613489bbb9d4eab5c8761af88f4c1352aad4 diff --git a/source/eventdispatcher.h b/source/eventdispatcher.h index 9bea6d2..6f6fe6f 100644 --- a/source/eventdispatcher.h +++ b/source/eventdispatcher.h @@ -8,6 +8,7 @@ Distributed under the LGPL #define EVENTDISPATCHER_H_ #include +#include #include "poll.h" namespace Msp { @@ -17,7 +18,7 @@ namespace IO { Put your I/O objects inside one of these to get signaled when something happens on some of them. */ -class EventDispatcher +class EventDispatcher: public sigc::trackable { public: EventDispatcher();