From dbcf11198a040ebebdef870a9ed49d1ff874f7be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Skiba?= Date: Wed, 24 Aug 2005 18:35:30 +0000 Subject: [PATCH] Warning fix for wxLogs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/include/wx/ogl/basic.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/include/wx/ogl/basic.h b/contrib/include/wx/ogl/basic.h index 0cf9521da4..7c32165747 100644 --- a/contrib/include/wx/ogl/basic.h +++ b/contrib/include/wx/ogl/basic.h @@ -21,7 +21,11 @@ #endif #if wxUSE_DEPRECATED -#include + #include +#endif + +#ifndef wxUSE_PROLOGIO + #define wxUSE_PROLOGIO 0 #endif #define OGL_VERSION 2.0