From: Włodzimierz Skiba Date: Mon, 30 Oct 2006 17:05:42 +0000 (+0000) Subject: Tinderbox build fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/83c5d35ff3f22735f483edd56956b7a3baa6a798 Tinderbox build fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/univ/inpcons.cpp b/src/univ/inpcons.cpp index 34743eff77..7da3181e07 100644 --- a/src/univ/inpcons.cpp +++ b/src/univ/inpcons.cpp @@ -23,6 +23,10 @@ #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; } -