From: David Elliott Date: Tue, 1 Jun 2004 14:39:22 +0000 (+0000) Subject: wx/notebook.h is not included from wx/wx.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fa7de3b09a1f6a87a9c3de6adc58132cab93d139 wx/notebook.h is not included from wx/wx.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/cocoa/notebook.mm b/src/cocoa/notebook.mm index 800d66f017..28e0978ef7 100644 --- a/src/cocoa/notebook.mm +++ b/src/cocoa/notebook.mm @@ -15,8 +15,8 @@ #ifndef WX_PRECOMP #include "wx/app.h" - #include "wx/notebook.h" #endif //WX_PRECOMP +#include "wx/notebook.h" #include "wx/imaglist.h" #include "wx/cocoa/autorelease.h"