Skip to content

Commit c1eaa5e

Browse files
authored
Merge pull request #129 from orbea/musl
util: fix the musl build
2 parents 7ab5dc4 + 9e78ed6 commit c1eaa5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/aligned_alloc.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
*/
2222

2323
#include "aligned_alloc.hpp"
24+
#include <stdint.h>
2425
#include <stdlib.h>
2526
#include <string.h>
2627
#ifdef _WIN32

0 commit comments

Comments
 (0)