From 4a32fcf1555f9a52a6970e52ad0191a0ee69dbf9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 20 May 2007 18:44:34 +0000 Subject: [PATCH] compilation fix: wxcrt.h, not crt.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/tbargtk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.50.0