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
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#if defined(linux)
|
||||
#include <iostream>
|
||||
#else
|
||||
#include <iostream.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <grp.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue