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

src/univ/scrarrow.cpp

index 94c79d67156b393523a8d43fa8d9ad2056cdbc86..312bdeee1f1047afc4c573b2c721bfd4fde5be3e 100644 (file)
@@ -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;
 }
-