projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compilation fixes for x86_64; use wxLogDebug instead of wxPrintf
[wxWidgets.git]
/
src
/
univ
/
scrarrow.cpp
diff --git
a/src/univ/scrarrow.cpp
b/src/univ/scrarrow.cpp
index 94c79d67156b393523a8d43fa8d9ad2056cdbc86..312bdeee1f1047afc4c573b2c721bfd4fde5be3e 100644
(file)
--- 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;
}
-