nickgammon / BigNumber

BigNumber library for the Arduino
MIT License
85 stars 22 forks source link

possibly add #include <stdint.h> to number.h #20

Open ghbyrkit opened 9 months ago

ghbyrkit commented 9 months ago

when compiling for some, such as STM32, boards, I get errors of undefined 'uint32_t' and 'uint16_t'.

I believe that this can be resolved by adding '#include ' just after then multiple include safeguard, say at line 34.

If you have an alternative suggestion, I'm all ears! This is using the IDE 2.2.1

nickgammon commented 7 months ago

Done, see 02af385c5ae6fe44498c4e9d050a99000cb1beee