From: Julian Smart <julian@anthemion.co.uk>
Date: Wed, 23 Jan 2002 14:21:52 +0000 (+0000)
Subject: Added #include "wx/utils.h" to make it compile for wxBase under Unix
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bebc39e35d8ff465d2a4b41154daa325c5e76f10

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
---

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  <signal.h>      // for SIGTRAP used by wxTrap()