Merge pull request #3747 from runlevel5/patch-1

Add limits header
This commit is contained in:
Petr Mrázek 2021-05-15 00:35:36 +02:00 committed by GitHub
commit b8cd13bb21
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()
{