We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b14087 commit 7b35e08Copy full SHA for 7b35e08
1 file changed
library/SteamworksPy.cpp
@@ -21,6 +21,7 @@
21
22
#include <iostream>
23
#include <string>
24
+#include <cstdint>
25
26
//-----------------------------------------------
27
// Definitions
@@ -1517,4 +1518,4 @@ SW_PY void MicroTxn_SetAuthorizationResponseCallback(MicroTxnAuthorizationRespon
1517
1518
return;
1519
}
1520
microtxn.SetAuthorizationResponseCallback(callback);
-}
1521
+}
0 commit comments