Compilation fix.
authorMattia Barbon <mbarbon@cpan.org>
Fri, 21 Nov 2003 22:49:12 +0000 (22:49 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Fri, 21 Nov 2003 22:49:12 +0000 (22:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/motif/settings.cpp

index 809f5ac1d0ce6c13388160faf69aba2fa44b4510..25bcfddc025af3d49cb15346b2fa898feef6271b 100644 (file)
@@ -30,6 +30,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.