]> git.saurik.com Git - wxWidgets.git/commitdiff
PCH build fix.
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 21 Sep 2006 05:49:00 +0000 (05:49 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 21 Sep 2006 05:49:00 +0000 (05:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/univ/stdrend.cpp

index 3f93c646de1ce9c2caaee48347145140b751edb2..ad54f2e1b8313b9845705612d5c54ab816be0439 100644 (file)
@@ -24,6 +24,7 @@
 #endif
 
 #ifndef WX_PRECOMP
+    #include "wx/settings.h"
 #endif //WX_PRECOMP
 
 #include "wx/univ/stdrend.h"
@@ -1490,4 +1491,3 @@ wxSize wxStdRenderer::GetFrameIconSize() const
 {
     return wxSize(16, 16);
 }
-