From 3ad70d312ed44871daaaa97be0ebcebadd9ae6ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 13 Dec 2004 18:24:19 +0000 Subject: [PATCH] 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 --- src/msw/statbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0