ipbc-dev / bittube-miner

BitTube Miner
GNU General Public License v3.0
39 stars 22 forks source link

Fix "error: ‘cout’ is not a member of ‘std’" #10

Closed un1t closed 6 years ago

un1t commented 6 years ago

I tried to compile this code, but got error:

/xmrstak/misc/thdq.hpp:46:4: error: ‘cout’ is not a member of ‘std’ std::cout << "Error pushing an miner event" << std::endl; ^ /xmrstak/misc/thdq.hpp:46:51: error: ‘endl’ is not a member of ‘std’ std::cout << "Error pushing an miner event" << std::endl;

bizlift commented 6 years ago

Thanks un1t. Your fix worked for me on CentOS 7.