This commit is contained in:
Alex 2022-04-06 14:55:08 +02:00
parent 2e12ea6a81
commit a1129c4c87
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,8 @@
#include <spdlog/spdlog.h>
#include <sys/sysctl.h>
// clang-format off
#include <sys/types.h>
#include <sys/sysctl.h>
// clang-format on
#include <unistd.h> // sysconf
#include <cmath> // NAN

View File

@ -1,5 +1,7 @@
#include <sys/sysctl.h>
// clang-format off
#include <sys/types.h>
#include <sys/sysctl.h>
// clang-format on
#include <unistd.h> // getpagesize
#include "modules/memory.hpp"