Add limits header

This commit is contained in:
Trung Lê 2021-04-29 12:42:49 +10:00 committed by GitHub
parent a09d03d71d
commit c2fd714f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
#include <sys/utsname.h>
#include <fstream>
#include <limits>
Sys::KernelInfo Sys::getKernelInfo()
{