Skip to content

Commit b1628f6

Browse files
authored
Add cstdint header in advancedcpp.h for gcc13 (#86)
1 parent 24383bd commit b1628f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/advancedcpp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <ostream>
33
#include <string>
44
#include <vector>
5-
5+
#include <cstdint>
66

77
//===========================================================================
88
#define DECLARE_DEFAULTERS(type, tname) \

0 commit comments

Comments
 (0)