From: Ron Lee Date: Sun, 7 Jul 2002 00:05:32 +0000 (+0000) Subject: put wx/app.h back though, for people without precompiled headers. :) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3181cff44d4f1335ac5c7125127c97b4d4fb5aa8 put wx/app.h back though, for people without precompiled headers. :) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/spinbutt.cpp b/src/msw/spinbutt.cpp index ed7a317458..662a102242 100644 --- a/src/msw/spinbutt.cpp +++ b/src/msw/spinbutt.cpp @@ -30,6 +30,7 @@ #endif #ifndef WX_PRECOMP +#include "wx/app.h" #endif #if wxUSE_SPINBTN