fix for macos

This commit is contained in:
2025-08-14 16:20:52 +01:00
parent c3c7f1597e
commit 413725080b
5 changed files with 7 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
#include "number.h"
#include "../functions/functions.h"
#include "../string/string.h"
#include <gmp-x86_64.h>
#include <gmp.h>
#include <inttypes.h>
#include <stdio.h>
#include <string.h>