]> git.saurik.com Git - wxWidgets.git/commitdiff
Compile fix of no backtrace() is present.
authorRobert Roebling <robert@roebling.de>
Mon, 27 Nov 2006 21:20:50 +0000 (21:20 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 27 Nov 2006 21:20:50 +0000 (21:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/utilsgtk.cpp

index 8dedb3d2638d4b52019316984594c76a85927c01..7f2f15d92cb5f204054537364f62df89cfa038f9 100644 (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__