Include <iostream> without the .h on modern C++
This commit is contained in:
@@ -31,7 +31,11 @@
|
|||||||
|
|
||||||
#include "Options.h"
|
#include "Options.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#if defined(linux)
|
||||||
|
#include <iostream>
|
||||||
|
#else
|
||||||
#include <iostream.h>
|
#include <iostream.h>
|
||||||
|
#endif
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
|
|
||||||
|
|||||||
@@ -75,7 +75,11 @@
|
|||||||
#include "dtappgather.h"
|
#include "dtappgather.h"
|
||||||
#include "DirIterator.h"
|
#include "DirIterator.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#if defined(linux)
|
||||||
|
#include <iostream>
|
||||||
|
#else
|
||||||
#include <iostream.h>
|
#include <iostream.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
Options * options;
|
Options * options;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user