From: Guillermo Rodriguez Garcia Date: Mon, 24 Jul 2000 13:28:01 +0000 (+0000) Subject: Fixed broken compilation due to Ove's last nice changes :-( X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0a1c1e6214827e1d9dc9f6ca2c39567cb2d35ebc?ds=inline 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 --- 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