From 8ca2f11cf38bad497bfcbd48fa5ec5d118aa45da Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Fri, 21 Jan 2000 04:22:00 +0000 Subject: [PATCH] msgdlg.h missing - please try compiling without precompiled headers before commiting git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/logg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generic/logg.cpp b/src/generic/logg.cpp index e158cec030..82cc02d40c 100644 --- a/src/generic/logg.cpp +++ b/src/generic/logg.cpp @@ -38,6 +38,7 @@ #include "wx/menu.h" #include "wx/frame.h" #include "wx/filedlg.h" + #include "wx/msgdlg.h" #include "wx/textctrl.h" #include "wx/sizer.h" #include "wx/statbmp.h" -- 2.45.2