From: Vadim Zeitlin Date: Mon, 17 Dec 2001 01:06:21 +0000 (+0000) Subject: add missing header for !wxUSE_PCH case X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c640e407d5a2ff901421a080bfc5a8af19297abb add missing header for !wxUSE_PCH case git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/dialup.h b/include/wx/dialup.h index 27a0c033c9..6c9feb4fc9 100644 --- a/include/wx/dialup.h +++ b/include/wx/dialup.h @@ -18,6 +18,8 @@ #if wxUSE_DIALUP_MANAGER +#include "wx/event.h" + // ---------------------------------------------------------------------------- // misc // ----------------------------------------------------------------------------