update build process to include paradiseo tutorial,

fix paradiseo headers for sstream
This commit is contained in:
kuepper 2004-09-22 12:38:28 +00:00
commit 3cb80bc73b
14 changed files with 139 additions and 68 deletions

View file

@ -1,6 +1,14 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <iostream>
#include <stdexcept> // runtime_error
#include <iostream> // cout
#include <strstream> // ostrstream, istrstream
#ifdef HAVE_SSTREAM
#include <sstream>
#else
#include <strstream>
#endif
#include <paradiseo.h>
#include <ga.h>