Skip to content

Commit

Permalink
Merge pull request #124 from tocic/fix/undeclared_uint8_t
Browse files Browse the repository at this point in the history
Add missing <cstdint> header
  • Loading branch information
p-ranav authored May 7, 2023
2 parents 4ea7161 + 525ce44 commit ef71abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/indicators/termcolor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions single_include/indicators/indicators.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ef71abd

Please sign in to comment.