From 92696e94f4241e39dd285c634a22068a6a4cf12f Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 27 Nov 2006 21:20:50 +0000 Subject: [PATCH] Compile fix of no backtrace() is present. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/utilsgtk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtk/utilsgtk.cpp b/src/gtk/utilsgtk.cpp index 8dedb3d263..7f2f15d92c 100644 --- a/src/gtk/utilsgtk.cpp +++ b/src/gtk/utilsgtk.cpp @@ -25,8 +25,8 @@ #include "wx/unix/execute.h" #ifdef __WXDEBUG__ + #include "wx/gtk/assertdlg_gtk.h" #if wxUSE_STACKWALKER - #include "wx/gtk/assertdlg_gtk.h" #include "wx/stackwalk.h" #endif // wxUSE_STACKWALKER #endif // __WXDEBUG__ -- 2.45.2