From 3c507ea6dc2f689d637e4962cde2e23f9bcdddf8 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 4 Jan 2010 07:50:31 +0000 Subject: [PATCH] fixing include types git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/stdstream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/stdstream.h b/include/wx/stdstream.h index 993c1eae73..dd11fd660d 100644 --- a/include/wx/stdstream.h +++ b/include/wx/stdstream.h @@ -17,8 +17,8 @@ #if wxUSE_STD_IOSTREAM #include -#include -#include +#include "wx/defs.h" +#include "wx/stream.h" // ========================================================================== // wxStdInputStreamBuffer -- 2.50.0