From 4b7f540b8c1fa3a9025405d400656fcec2923284 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Fri, 21 Nov 2003 22:49:12 +0000 Subject: [PATCH] Compilation fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/motif/settings.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/motif/settings.cpp b/src/motif/settings.cpp index 809f5ac1d0..25bcfddc02 100644 --- a/src/motif/settings.cpp +++ b/src/motif/settings.cpp @@ -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. -- 2.45.2