X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Feventreader.h;h=3c01f09ed8605cca3b518762700d4c85421bbfe0;hp=01c3721e895a17e728b89500fd36e8a6bd3e1aa0;hb=c3e242c2629cbc9645258b30aaf07b7285d4372b;hpb=3169ab5078b0ab9147b8e23ad98c0294dda1baec diff --git a/source/io/eventreader.h b/source/io/eventreader.h index 01c3721..3c01f09 100644 --- a/source/io/eventreader.h +++ b/source/io/eventreader.h @@ -1,6 +1,7 @@ #ifndef MSP_IO_EVENTREADER_H_ #define MSP_IO_EVENTREADER_H_ +#include #include "handle.h" namespace Msp { @@ -18,7 +19,7 @@ empty, a new overlapped read is started. Unix-based systems can poll the fd directly, so this class reduces to a simple passthrough to sys_read. */ -class EventReader +class EventReader: private NonCopyable { private: struct Private;