From f9488c6611f51a0138b0dfceeb39038209054c4f Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 13 Feb 2002 17:17:09 +0000 Subject: [PATCH] Include src/x11/utils.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/motif/utils.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/motif/utils.cpp b/src/motif/utils.cpp index f5ce0ae36f..706d09a125 100644 --- a/src/motif/utils.cpp +++ b/src/motif/utils.cpp @@ -17,9 +17,12 @@ // headers // ---------------------------------------------------------------------------- +#include "wx/setup.h" + #ifdef __VMS #define XtDisplay XTDISPLAY #endif -#error no longer needed - wxX11 utils.cpp used instead +#include "../src/x11/utils.cpp" +//#error no longer needed - wxX11 utils.cpp used instead -- 2.45.2