mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-16 04:18:51 +08:00
Add missing <cstdint> header
Fixes the "‘uint8_t’ has not been declared" error with gcc 13.1.1.
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.
|
||||
|
||||
Reference in New Issue
Block a user