Replaced #include<iostream.h> with #include<iostream> to get rid of "deprecated" warnings in gcc 3.3
This commit is contained in:
parent
16e09360c9
commit
6d8d7c994c
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef _eoSelectFromWorth_h
|
||||
#define _eoSelectFromWorth_h
|
||||
|
||||
#include <iostream.h>
|
||||
#include <iostream>
|
||||
//-----------------------------------------------------------------------------
|
||||
#include <eoSelectOne.h>
|
||||
#include <eoPerf2Worth.h>
|
||||
|
|
|
|||
Reference in a new issue