stackgl / headless-gl

🎃 Windowless WebGL for node.js
1.73k stars 166 forks source link

This project will not compile on GCC >= 13 due to missing includes for <cstdint> #288

Closed ILOVEPIE closed 2 months ago

ILOVEPIE commented 2 months ago

This is due to GCC not including the header by default anymore for C++.

dhritzkiv commented 2 months ago

This should be resolved as of 14cf7f3b7ebd02e58b7cb97888a197b7a76121ec, which is in 8.x of this library. Are you finding that it's not?

ILOVEPIE commented 2 months ago

nevermind, I just realized that it's probably the library I'm using that specified an older version of this library.