From bebc39e35d8ff465d2a4b41154daa325c5e76f10 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 23 Jan 2002 14:21:52 +0000 Subject: [PATCH] Added #include "wx/utils.h" to make it compile for wxBase under Unix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/appcmn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index 17cb51c088..6795eec0c4 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -41,6 +41,7 @@ #include "wx/thread.h" #include "wx/confbase.h" #include "wx/tokenzr.h" +#include "wx/utils.h" #if !defined(__WXMSW__) || defined(__WXMICROWIN__) #include // for SIGTRAP used by wxTrap() -- 2.45.2