From: Robert Roebling Date: Sun, 23 May 2010 18:44:24 +0000 (+0000) Subject: non-PCH compilation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bb93b4a819810a4c8d2cba1ab1d0618dcaca68ab non-PCH compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/notebook.cpp b/src/msw/notebook.cpp index 793d0dd8d7..333a22bfc9 100644 --- a/src/msw/notebook.cpp +++ b/src/msw/notebook.cpp @@ -30,6 +30,7 @@ #include "wx/dcclient.h" #include "wx/dcmemory.h" #include "wx/control.h" + #include "wx/panel.h" #endif // WX_PRECOMP #include "wx/imaglist.h"