From 9a4c649ea27c34f8613b3fc43106556bbe2ecd33 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 30 Jun 2003 21:22:18 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/main.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.45.2