From: Václav Slavík Date: Sun, 20 May 2007 18:44:34 +0000 (+0000) Subject: compilation fix: wxcrt.h, not crt.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4a32fcf1555f9a52a6970e52ad0191a0ee69dbf9 compilation fix: wxcrt.h, not crt.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/tbargtk.cpp b/src/gtk/tbargtk.cpp index 55c3ba4f94..a28e8eb817 100644 --- a/src/gtk/tbargtk.cpp +++ b/src/gtk/tbargtk.cpp @@ -35,7 +35,7 @@ #endif #include "wx/gtk/private.h" -#include "wx/crt.h" +#include "wx/wxcrt.h" #include "wx/menu.h"