Skip to content

Commit 7b35e08

Browse files
authored
Add #include <cstdint> needed for compilation on recent gcc version
1 parent 2b14087 commit 7b35e08

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

library/SteamworksPy.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
#include <iostream>
2323
#include <string>
24+
#include <cstdint>
2425

2526
//-----------------------------------------------
2627
// Definitions
@@ -1517,4 +1518,4 @@ SW_PY void MicroTxn_SetAuthorizationResponseCallback(MicroTxnAuthorizationRespon
15171518
return;
15181519
}
15191520
microtxn.SetAuthorizationResponseCallback(callback);
1520-
}
1521+
}

0 commit comments

Comments
 (0)