Skip to content

Commit

Permalink
Fix compile on musl
Browse files Browse the repository at this point in the history
  • Loading branch information
Shulyaka authored Oct 6, 2023
1 parent 0b3bc23 commit f938874
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

#include <stddef.h>
#include <stdio.h>
#include <cstdint>

#include <string>

Expand Down

0 comments on commit f938874

Please sign in to comment.