Hi,
We're getting errors in our build system like:
/code/midas/manalyzer/manalyzer.cxx: In member function ‘void Profiler::Begin(TARunInfo*,
std::vector<TARunObject*>)’:
/code/midas/manalyzer/manalyzer.cxx:799:27: error: ‘pow’ was not declared in this scope
799 | bins[i] = TimeRange*pow(1.1,i)/pow(1.1,Nbins);
The solution is to add "#include <cmath>" at the top of manalyzer.cxx; I guess on a lot of systems the
include is implicit from some other include so doesn't cause errors. I don't have the permissions to push
branches, could this be added please?
Thanks,
Mark. |