From: Włodzimierz Skiba <abx@abx.art.pl> Date: Mon, 30 Oct 2006 18:08:21 +0000 (+0000) Subject: Tinderbox build fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/061fe33fdafda11f2781b4ed25890bd6bb475360 Tinderbox build fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/univ/scrarrow.cpp b/src/univ/scrarrow.cpp index 94c79d6715..312bdeee1f 100644 --- a/src/univ/scrarrow.cpp +++ b/src/univ/scrarrow.cpp @@ -24,6 +24,7 @@ #endif #ifndef WX_PRECOMP + #include "wx/window.h" #endif #include "wx/univ/scrtimer.h" @@ -298,4 +299,3 @@ bool wxScrollArrows::HandleMouse(const wxMouseEvent& event) const return true; } -