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__