cmu-db / 15445-bootcamp

A basic introduction to coding in modern C++.
Apache License 2.0
721 stars 142 forks source link

includes the header for uint32_t #6

Closed 66RING closed 1 year ago

66RING commented 1 year ago

it looks need to #include<cstdint> for uint32_t in my environment: archlinux 6.5.2

$ g++ --version
g++ (GCC) 13.2.1 20230801
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.