projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
include wx/datetime.h, it's not always included from the other headers
[wxWidgets.git]
/
include
/
wx
/
cursor.h
diff --git
a/include/wx/cursor.h
b/include/wx/cursor.h
index 78f847c2238c09e16eecc59598b57ef9e948501c..f77ecc2a4e69e112ae1900c8d876ece9229e3233 100644
(file)
--- a/
include/wx/cursor.h
+++ b/
include/wx/cursor.h
@@
-28,6
+28,8
@@
#include "wx/x11/cursor.h"
#elif defined(__WXMGL__)
#include "wx/mgl/cursor.h"
+#elif defined(__WXDFB__)
+ #include "wx/dfb/cursor.h"
#elif defined(__WXMAC__)
#include "wx/mac/cursor.h"
#elif defined(__WXCOCOA__)