mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-07 21:08:54 +08:00
Merge pull request #124 from tocic/fix/undeclared_uint8_t
Add missing <cstdint> header
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user