mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Include <iostream> without the .h on modern C++
This commit is contained in:
parent
5d76061f5d
commit
585674c817
1 changed files with 4 additions and 0 deletions
|
@ -37,7 +37,11 @@
|
||||||
#endif
|
#endif
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#if defined(linux)
|
||||||
|
#include <iostream>
|
||||||
|
#else
|
||||||
#include <iostream.h>
|
#include <iostream.h>
|
||||||
|
#endif
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <grp.h>
|
#include <grp.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue