From: Włodzimierz Skiba Date: Mon, 13 Dec 2004 18:24:19 +0000 (+0000) Subject: wx/msw/notebook.h needs wx/notebook.h in lack of precompiled headers. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3ad70d312ed44871daaaa97be0ebcebadd9ae6ce?ds=inline wx/msw/notebook.h needs wx/notebook.h in lack of precompiled headers. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/statbox.cpp b/src/msw/statbox.cpp index 4173fcfee6..a7a5b72374 100644 --- a/src/msw/statbox.cpp +++ b/src/msw/statbox.cpp @@ -36,9 +36,9 @@ #endif #include "wx/statbox.h" +#include "wx/notebook.h" #include "wx/msw/private.h" -#include "wx/msw/notebook.h" // ---------------------------------------------------------------------------- // wxWin macros