X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpollable.h;h=f676d55f2224f4bf62c6a85235018a69ed3aa5d2;hb=727f8ce40806cc2f7c295260f3c9aa156c815c70;hp=46cfb2347629689987d165d49a3642d81933fbe6;hpb=1013e3c216cdf8e0ecc0f3b1e8314989b5333818;p=libs%2Fcore.git diff --git a/source/pollable.h b/source/pollable.h index 46cfb23..f676d55 100644 --- a/source/pollable.h +++ b/source/pollable.h @@ -6,6 +6,10 @@ Distributed under the LGPL #ifndef MSP_FRAMEWORK_POLLABLE_H_ #define MSP_FRAMEWORK_POLLABLE_H_ +#ifdef WIN32 +#include "win32poll.h" +#endif + #include namespace Msp {