From 47f63c5b19a4289502ed446a222aa17e119876d6 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Wed, 21 Nov 2007 14:17:05 +0000 Subject: [PATCH] Compilation fix for OS/2. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/selectdispatcher.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/selectdispatcher.cpp b/src/common/selectdispatcher.cpp index f13df0d..0188a76 100644 --- a/src/common/selectdispatcher.cpp +++ b/src/common/selectdispatcher.cpp @@ -31,6 +31,7 @@ #endif #ifdef HAVE_SYS_SELECT_H + #include #include #endif -- 2.7.4