Namespace ostream and endl into std::

Use <iostream> without the .h
This commit is contained in:
Peter Howkins
2012-03-13 17:54:48 +00:00
parent 167fd854e1
commit 7294970c18
4 changed files with 54 additions and 0 deletions

View File

@@ -33,7 +33,11 @@
#include "Options.h"
#include <stdlib.h>
#if defined(linux)
#include <iostream>
#else
#include <iostream.h>
#endif
#include <stdio.h>
#include <pwd.h>