tag 455180 patch thanks Martin Michlmayr <[EMAIL PROTECTED]> (09/12/2007): > Package: fityk > Version: 0.8.2-1 > Usertags: ftbfs-gcc-4.3
Hi, please find attached a patch to fix this FTBFS. Cheers, -- Cyril Brulebois
--- a/src/cmd2.h +++ b/src/cmd2.h @@ -16,6 +16,8 @@ #include <boost/spirit/core.hpp> #include <boost/spirit/actor/increment_actor.hpp> +#include <climits> + using namespace boost::spirit; class DataWithSum; --- a/src/fileroutines.cpp +++ b/src/fileroutines.cpp @@ -10,6 +10,8 @@ #include "common.h" #include "ui.h" +#include <cstring> + void load_siemensbruker_filetype (std::string filename, Data *data) { float biggest=0, smallest=99999, average=0; --- a/src/fit.cpp +++ b/src/fit.cpp @@ -18,6 +18,8 @@ #include "GAfit.h" #include "NMfit.h" +#include <cstring> + using namespace std; Fit::Fit(Ftk *F_, string const& m) --- a/src/ui.cpp +++ b/src/ui.cpp @@ -9,6 +9,7 @@ #include <iostream> #include "logic.h" #include "cmd.h" +#include <cstring> using namespace std;
signature.asc
Description: Digital signature