* tparse/tparse.h: For istream, include <istream>, not <iostream>.

Incidentally, this avoids initializing the cin/cout/cerr/clog
    infrastructure - which is good, because that's somehow triggering a
    platform-specific bug on Cygwin, at the moment!


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1372 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/authz-dev
maxb 2006-05-26 23:31:41 +00:00
parent b9102d4649
commit 3b40b8e245
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include <memory> /* for auto_ptr */
#include <algorithm> /* for iterator */
#include <exception> /* for exception */
#include <iostream> /* for istream */
#include <istream> /* for istream */
#include <list> /* for list<> */
#include <string> /* for string */