mirror of
https://github.com/boostorg/integer.git
synced 2025-07-31 05:07:13 +02:00
Added missing #include <iostream>
[SVN r81697]
This commit is contained in:
committed by
Peter Dimov
parent
e394f8fd86
commit
9677dbd035
@ -178,7 +178,7 @@ is beyond the range of `static_gcd_type`.
|
|||||||
#include <boost/math/common_factor.hpp>
|
#include <boost/math/common_factor.hpp>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user