Add missing <cstdint> header

Fixes the "‘uint8_t’ has not been declared" error with gcc 13.1.1.
This commit is contained in:
tocic
2023-05-07 12:36:15 +03:00
parent 4ea716116d
commit 525ce444f4
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
#include <iostream>
#include <cstdio>
#include <cstdint>
// Detect target's platform and set some macros in order to wrap platform
// specific code this library depends on.