From fa7de3b09a1f6a87a9c3de6adc58132cab93d139 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Tue, 1 Jun 2004 14:39:22 +0000 Subject: [PATCH] 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 --- src/cocoa/notebook.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.45.2