fixed build errors with gcc

This commit is contained in:
DH 2024-09-02 20:53:05 +03:00
parent 7059f1f0c5
commit 225850483b

View file

@ -4,6 +4,7 @@
#include "utils/Logs.hpp"
#include <chrono>
#include <sys/mman.h>
#include <span>
orbis::ErrorCode orbis::ipmiCreateClient(Process *proc, void *clientImpl,
const char *name,