]> git.tdb.fi Git - libs/core.git/blobdiff - source/pollable.h
Win32 tweaks
[libs/core.git] / source / pollable.h
index 46cfb2347629689987d165d49a3642d81933fbe6..f676d55f2224f4bf62c6a85235018a69ed3aa5d2 100644 (file)
@@ -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 <sigc++/sigc++.h>
 
 namespace Msp {