Merge pull request #124 from tocic/fix/undeclared_uint8_t

Add missing <cstdint> header
This commit is contained in:
Pranav
2023-05-07 05:51:51 -05:00
committed by GitHub
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.

View File

@@ -46,6 +46,7 @@ enum class ProgressType { incremental, decremental };
#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.