]> git.saurik.com Git - wxWidgets.git/commitdiff
Tinderbox build fix.
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 30 Oct 2006 17:05:42 +0000 (17:05 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 30 Oct 2006 17:05:42 +0000 (17:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/univ/inpcons.cpp

index 34743eff776efc0ae2830a2b3ccc2bf2cd66802b..7da3181e071ff90661ec23c3a1bc25c6136dc0ce 100644 (file)
     #pragma hdrstop
 #endif
 
+#ifndef WX_PRECOMP
+    #include "wx/window.h"
+#endif // WX_PRECOMP
+
 #include "wx/univ/renderer.h"
 #include "wx/univ/inphand.h"
 #include "wx/univ/theme.h"
@@ -108,4 +112,3 @@ bool wxInputConsumer::PerformAction(const wxControlAction& WXUNUSED(action),
 {
     return false;
 }
-