Some more small changes for MSVC++ compatibility
This commit is contained in:
parent
0e4df9e404
commit
4ad58c360e
5 changed files with 9 additions and 4 deletions
|
|
@ -29,9 +29,11 @@
|
|||
#endif
|
||||
|
||||
#include <utils/eoParser.h>
|
||||
#include <fstream.h>
|
||||
#include <fstream>
|
||||
#include <stdexcept>
|
||||
|
||||
using namespace std;
|
||||
|
||||
/** Generation of the status file, and output of the help message if needed
|
||||
*
|
||||
* MUST be called after ALL parameters have been read in order to list them
|
||||
|
|
|
|||
Reference in a new issue