Skip to content

Commit

Permalink
Properly include cstdio into system.h. (#87)
Browse files Browse the repository at this point in the history
emscripten does not implicit import `cstdio` which is used for `sprintf`
  • Loading branch information
kalmard0 authored May 22, 2024
1 parent df6dfdf commit e11411f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/public/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# include <optional>
# include <cctype>
# include <cstdint>
# include <cstdio>
# include <cstdarg>
#endif

Expand Down

0 comments on commit e11411f

Please sign in to comment.