From: Stefan Neis Date: Tue, 1 Apr 2008 22:19:25 +0000 (+0000) Subject: Another attempt at fixing Watcom compilation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/db3df3c493fff73bf1da293afeccb7a2d86adb75?ds=inline Another attempt at fixing Watcom compilation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/private/selectdispatcher.h b/include/wx/private/selectdispatcher.h index 9ee71d4f9f..5eed47c55c 100644 --- a/include/wx/private/selectdispatcher.h +++ b/include/wx/private/selectdispatcher.h @@ -18,7 +18,9 @@ #ifdef __WATCOMC__ #include #include + #include #include + #include #else #include #endif