Include <numeric>
Fixes Linux build failures.
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <numeric>
|
||||||
#include <regex>
|
#include <regex>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
@@ -84,4 +85,4 @@ auto main() -> int
|
|||||||
|
|
||||||
std::cout << "First available IP address: " << ranges.inverse().lowest() << '\n';
|
std::cout << "First available IP address: " << ranges.inverse().lowest() << '\n';
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user