FTI plugin building fail
On my and Tomek's systems we can't build FTI plugin. The problem is in the pdi/plugins/fti/fti.cxx
file the #include <iostream>
is missing.
Log:
canning dependencies of target pdi_fti_plugin
[ 97%] Building CXX object plugins/fti/CMakeFiles/pdi_fti_plugin.dir/fti.cxx.o
/home/sierot/Workspace/pdi/plugins/fti/fti.cxx:57:12: error: ‘std::cerr’ has not been declared
using std::cerr;
^
/home/sierot/Workspace/pdi/plugins/fti/fti.cxx:58:12: error: ‘std::endl’ has not been declared
using std::endl;
^
Edited by Karol Sierocinski