From 5ae76026417da551560d3490e8bc68792fd0c84f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 28 Feb 2002 17:05:56 +0000 Subject: [PATCH] Moved declaratrions of wxPyInputStream and etc. into it's own header file. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/msw/image.cpp | 1 + wxPython/src/msw/misc2.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/wxPython/src/msw/image.cpp b/wxPython/src/msw/image.cpp index aadd657f22..c06f752f68 100644 --- a/wxPython/src/msw/image.cpp +++ b/wxPython/src/msw/image.cpp @@ -56,6 +56,7 @@ extern PyObject *SWIG_newvarlink(void); #define SWIG_name "imagec" #include "helpers.h" +#include "pyistream.h" #include diff --git a/wxPython/src/msw/misc2.cpp b/wxPython/src/msw/misc2.cpp index 0d7b6e464f..cfd8981fb6 100644 --- a/wxPython/src/msw/misc2.cpp +++ b/wxPython/src/msw/misc2.cpp @@ -56,6 +56,7 @@ extern PyObject *SWIG_newvarlink(void); #define SWIG_name "misc2c" #include "helpers.h" +#include "pyistream.h" #include #include #include -- 2.50.0