From fdcf2676f0dd3e3cf3a7275db97affb0d1e8c218 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 24 Oct 2014 22:55:47 +0000 Subject: [PATCH] Fix typo which broke PCH-less builds in r78063. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/busyinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generic/busyinfo.cpp b/src/generic/busyinfo.cpp index 3b5252cd5e..b562b0ab01 100644 --- a/src/generic/busyinfo.cpp +++ b/src/generic/busyinfo.cpp @@ -16,7 +16,7 @@ // for all others, include the necessary headers #ifndef WX_PRECOMP - #include "wx/m_InfoFrame.h" + #include "wx/busyinfo.h" #include "wx/stattext.h" #include "wx/panel.h" #include "wx/sizer.h"