From: Václav Slavík Date: Mon, 30 Jun 2003 21:22:18 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9a4c649ea27c34f8613b3fc43106556bbe2ecd33 compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/main.cpp b/src/msw/main.cpp index 20a274a5dc..13c6321b2b 100644 --- a/src/msw/main.cpp +++ b/src/msw/main.cpp @@ -28,6 +28,7 @@ #pragma hdrstop #endif +#include "wx/init.h" #include "wx/event.h" #include "wx/app.h" #include "wx/cmdline.h"