Added missing #include <iostream>

[SVN r81697]
This commit is contained in:
Paul A. Bristow
2012-12-03 15:53:55 +00:00
committed by Peter Dimov
parent e394f8fd86
commit 9677dbd035

View File

@ -178,7 +178,7 @@ is beyond the range of `static_gcd_type`.
#include <boost/math/common_factor.hpp>
#include <algorithm>
#include <iterator>
#include <iostream>
int main()
{