Skip to content

Commit

Permalink
GCC13 compatibility: Explicitly include cstdint (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blutkoete authored Aug 6, 2024
1 parent b3cb0f3 commit 5635ae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/termcolor/termcolor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#ifndef TERMCOLOR_HPP_
#define TERMCOLOR_HPP_

#include <cstdint>
#include <iostream>

// Detect target's platform and set some macros in order to wrap platform
Expand Down

0 comments on commit 5635ae0

Please sign in to comment.