X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/178edd2a3267f1d80b3f1a9f96717d66c12c10be..67c276bdb6187d41aba589cbceb5a62708af48b2:/src/motif/settings.cpp diff --git a/src/motif/settings.cpp b/src/motif/settings.cpp index 809f5ac1d0..054bc38821 100644 --- a/src/motif/settings.cpp +++ b/src/motif/settings.cpp @@ -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.