Include <iostream> instead of <ostream> to fix compilation on Haiku

This commit is contained in:
scottmc
2012-03-18 09:20:26 +01:00
committed by Lukáš Lalinský
parent 606edf8171
commit 288c6e4a3f
8 changed files with 8 additions and 8 deletions

View File

@ -24,7 +24,7 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <ostream>
#include <iostream>
#include <bitset>
#include <tstring.h>