projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Probably fixed mouse event bug introduced recently.
[wxWidgets.git]
/
src
/
generic
/
dcbuffer.cpp
diff --git
a/src/generic/dcbuffer.cpp
b/src/generic/dcbuffer.cpp
index 8543ce613d101d316b2570387fb9b704cefb2da1..bc21ffa1dfa304f59694b9803ec8e1cd80e2543e 100644
(file)
--- a/
src/generic/dcbuffer.cpp
+++ b/
src/generic/dcbuffer.cpp
@@
-14,10
+14,16
@@
#pragma implementation "dcbuffer.h"
#endif
#pragma implementation "dcbuffer.h"
#endif
+#include "wx/wxprec.h"
+
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#ifdef __BORLANDC__
#pragma hdrstop
#endif
+#ifndef WX_PRECOMP
+#include "wx/window.h"
+#endif
+
#include "wx/dcbuffer.h"
#include "wx/dcbuffer.h"