]> git.saurik.com Git - wxWidgets.git/commit
Include the real iostream header and not just iosfwd from wx/stdstream.h.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Feb 2010 11:08:26 +0000 (11:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Feb 2010 11:08:26 +0000 (11:08 +0000)
commiteb3a3cbbd3da3d03476de447e4cf1f7818e56b50
tree44950aeeee615a4b4e8188a410ad592d0736621c
parent0fa9b2ed61307e4cc7ccf19441b1c047daee2a7f
Include the real iostream header and not just iosfwd from wx/stdstream.h.

We need to include full [io]stream declaration and not just forward declare
them to be able to define classes deriving from them. Surprisingly, including
just <iosfwd> seems to work under most systems but it does not under IRIX.

So include the full <iostream> (or <iostream.h>) to be sure to get what we
need.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/stdstream.h