Skip to content

Commit 7f8155a

Browse files
committed
Fix compilation on modern Linux
1 parent 5be17df commit 7f8155a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

csscolorparser.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#define CSS_COLOR_PARSER_CPP
2727

2828
#include <string>
29+
#include <cstdint>
2930

3031
namespace CSSColorParser {
3132
struct ConstColor {

0 commit comments

Comments
 (0)