From: Václav Slavík Date: Sat, 28 Jul 2001 22:40:02 +0000 (+0000) Subject: wxMGL compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d32cad2cce9bfb819d7af071e88d515b648daf60 wxMGL compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/region.h b/include/wx/region.h index ee0fd6ac06..f0c7d86ad1 100644 --- a/include/wx/region.h +++ b/include/wx/region.h @@ -7,6 +7,8 @@ #include "wx/motif/region.h" #elif defined(__WXGTK__) #include "wx/gtk/region.h" +#elif defined(__WXMGL__) +#include "wx/mgl/region.h" #elif defined(__WXQT__) #include "wx/qt/region.h" #elif defined(__WXMAC__)