From: Paul Cornett Date: Sun, 2 Dec 2007 20:25:16 +0000 (+0000) Subject: non-pch build fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/aa71af91f41a6993c2e2a4ba118e3d0b5683e0c0 non-pch build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/notifmsgg.cpp b/src/generic/notifmsgg.cpp index ef7d74bdff..364cab307e 100644 --- a/src/generic/notifmsgg.cpp +++ b/src/generic/notifmsgg.cpp @@ -32,6 +32,8 @@ #ifndef WX_PRECOMP #include "wx/dialog.h" #include "wx/timer.h" + #include "wx/sizer.h" + #include "wx/statbmp.h" #endif //WX_PRECOMP #include "wx/artprov.h"