]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/bmpmotif.cpp
use unsgined int instead of int for 1 bit bitfields (SGI CC warning fix)
[wxWidgets.git] / src / motif / bmpmotif.cpp
index 2ceb292b7fd9e06f72d8d9ed5754657fb517f5ce..d0f70c18c4738ba6be7c7284d78bb5c4b4c963d3 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "bmpmotif.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtParent XTPARENT
 #define XtDisplay XTDISPLAY
@@ -34,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 );