]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/settings.cpp
fix for opening files with VC++ 8 (closes bug 994337)
[wxWidgets.git] / src / motif / settings.cpp
index 809f5ac1d0ce6c13388160faf69aba2fa44b4510..054bc38821852ae325e1d90801616403db9d7a17 100644 (file)
@@ -17,6 +17,9 @@
 #pragma implementation "settings.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/settings.h"
 #include "wx/gdicmn.h"
 #include "wx/app.h"
@@ -30,6 +33,8 @@
 #pragma message enable nosimpint
 #endif
 
+#include "wx/x11/privx.h"
+
 // To correctly read the resources from the database, we create a
 // sample widget. This has the application shell as the parent and
 // so will be destroyed when the applicaion is closed.