From 0a1c1e6214827e1d9dc9f6ca2c39567cb2d35ebc Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Mon, 24 Jul 2000 13:28:01 +0000 Subject: [PATCH] Fixed broken compilation due to Ove's last nice changes :-( git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/strconv.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index 9c505d0cc8..ab68a01e14 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -28,6 +28,10 @@ #pragma hdrstop #endif +#ifdef __WXMSW__ + #include "wx/msw/private.h" +#endif + #include #include #include -- 2.45.2