Skip to content

Commit

Permalink
Change bits/stdint-uintn.h for stdint.h to add macOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
imorlxs committed Oct 8, 2024
1 parent 8954286 commit ba20129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/util/partition.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef CORE_UTIL_PARTITION_H_
#define CORE_UTIL_PARTITION_H_

#include <bits/stdint-uintn.h>
#include <stdint.h>
#include <cmath>

namespace bdm {
Expand Down

0 comments on commit ba20129

Please sign in to comment.