From: Robin Dunn Date: Thu, 28 Feb 2002 17:05:56 +0000 (+0000) Subject: Moved declaratrions of wxPyInputStream and etc. into it's own header X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5ae76026417da551560d3490e8bc68792fd0c84f 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 --- 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