From: Stefan Neis Date: Wed, 21 Nov 2007 14:17:05 +0000 (+0000) Subject: Compilation fix for OS/2. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/47f63c5b19a4289502ed446a222aa17e119876d6 Compilation fix for OS/2. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/selectdispatcher.cpp b/src/common/selectdispatcher.cpp index f13df0daa6..0188a76ec0 100644 --- a/src/common/selectdispatcher.cpp +++ b/src/common/selectdispatcher.cpp @@ -31,6 +31,7 @@ #endif #ifdef HAVE_SYS_SELECT_H + #include #include #endif