diangogav / EDOpro-server-ts

Welcome to Evolution Server, a versatile platform for creating Yu-Gi-Oh! matches, fully compatible with EDOPro, Koishi, and YGO Mobile! But this time, we focus on the scalability of the code, allowing for easy implementation of new features related to the data generated during the duels.
https://evolutionygo.com
13 stars 8 forks source link

Fix compilation with gcc13 #18

Closed edo9300 closed 1 year ago

edo9300 commented 1 year ago

Gcc 13 cleaned up its headers and now there are less "auto inclusion" of other standard headers, so cstdint has to be included by hand.

diangogav commented 1 year ago

Gcc 13 cleaned up its headers and now there are less "auto inclusion" of other standard headers, so cstdint has to be included by hand.

Thank you so much!