projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reflect new --with-gtk=VERSION syntax.
[wxWidgets.git]
/
src
/
motif
/
bmpmotif.cpp
diff --git
a/src/motif/bmpmotif.cpp
b/src/motif/bmpmotif.cpp
index e588d19a87b3f1dad07250c24e31f0af239b4957..d0f70c18c4738ba6be7c7284d78bb5c4b4c963d3 100644
(file)
--- a/
src/motif/bmpmotif.cpp
+++ b/
src/motif/bmpmotif.cpp
@@
-37,7
+37,8
@@
#if wxHAVE_LIB_XPM
#include <X11/xpm.h>
#endif
-#include <math.h>
+
+#include "wx/math.h"
Pixmap XCreateInsensitivePixmap( Display *display, Pixmap pixmap );