From db3df3c493fff73bf1da293afeccb7a2d86adb75 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Tue, 1 Apr 2008 22:19:25 +0000 Subject: [PATCH] Another attempt at fixing Watcom compilation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/private/selectdispatcher.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.0