From 3e61dfb0e8a33da1be9ab77d92fe5369209ce60c Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Mon, 24 Jul 2000 13:47:19 +0000 Subject: [PATCH] Try to include windows.h. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7821 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 ab68a01e14..baed36b001 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -48,6 +48,10 @@ #include #endif +#ifdef __WXMSW__ + #include +#endif + #include "wx/debug.h" #include "wx/strconv.h"