From ba201290bfaced0bb9e0a07bd28d0719b147c674 Mon Sep 17 00:00:00 2001 From: Isaac Morales Date: Tue, 8 Oct 2024 11:06:37 +0200 Subject: [PATCH] Change bits/stdint-uintn.h for stdint.h to add macOS support --- src/core/util/partition.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/util/partition.h b/src/core/util/partition.h index 249333f04..1908a28cf 100644 --- a/src/core/util/partition.h +++ b/src/core/util/partition.h @@ -15,7 +15,7 @@ #ifndef CORE_UTIL_PARTITION_H_ #define CORE_UTIL_PARTITION_H_ -#include +#include #include namespace bdm {