Fix build with musl

This commit is contained in:
dec05eba
2026-03-22 20:08:14 +01:00
parent c3e9aa0f81
commit 5ef06a2466
5 changed files with 8 additions and 5 deletions

View File

@@ -10,6 +10,7 @@
#include <string.h>
#include <limits.h>
#include <malloc.h>
#include <unistd.h>
#include <mglpp/mglpp.hpp>
#include <mglpp/system/Clock.hpp>