Skip to content

Commit

Permalink
Added stdint on stb_image_write
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoDv committed Feb 22, 2024
1 parent 0fd8f65 commit 1fcad7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/n64graphics/stb_image_write.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ LICENSE
#define INCLUDE_STB_IMAGE_WRITE_H

#include <stdlib.h>
#include <stdint.h>

// if STB_IMAGE_WRITE_STATIC causes problems, try defining STBIWDEF to 'inline' or 'static inline'
#ifndef STBIWDEF
Expand Down

0 comments on commit 1fcad7f

Please sign in to comment.