703rc/fix numeric limits (#812)

* fixed compilation for fedora for numeric_limits

* formatting
This commit is contained in:
2023-09-28 10:49:02 +02:00
committed by GitHub
parent e7cd90db78
commit 1566eef247
3 changed files with 47 additions and 44 deletions

View File

@@ -10,6 +10,7 @@
#include <cstring>
#include <ifaddrs.h>
#include <iomanip>
#include <limits>
#include <net/if.h>
#include <netdb.h>
#include <sstream>