Compile fix of no backtrace() is present.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-11-27 21:20:50 +00:00
parent d754c85ef9
commit 92696e94f4

View File

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