]> git.saurik.com Git - wxWidgets.git/commitdiff
Added #include "wx/utils.h" to make it compile for wxBase under Unix
authorJulian Smart <julian@anthemion.co.uk>
Wed, 23 Jan 2002 14:21:52 +0000 (14:21 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 23 Jan 2002 14:21:52 +0000 (14:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/appcmn.cpp

index 17cb51c088b0814edf8b28ac83cd25889a60a5f2..6795eec0c41d20ccd7c6ece181ca04efd15cb807 100644 (file)
@@ -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()