use cstdint instead of stdint.h

This commit is contained in:
Paul Davis 2023-02-17 11:34:54 -07:00
parent a486fba3e9
commit 28d244bd0a
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdint.h>
#include <cstdint>
#include <sstream>
#include <sys/time.h>
#include <time.h>