X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpollable.h;fp=source%2Fpollable.h;h=f676d55f2224f4bf62c6a85235018a69ed3aa5d2;hb=a883560b42163f5ed0c83204469d17dd4f0134b6;hp=46cfb2347629689987d165d49a3642d81933fbe6;hpb=baf2ee40d68be74e6848a5f282ed369d5a616007;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 {