TheOpenSpaceProgram / new-ospgl

A space exploration game in OpenGL. Devblog: https://tatjam.github.io/index.html
MIT License
42 stars 6 forks source link

add #include <cstdint> to profiler.h #65

Closed tigercoding56 closed 10 months ago

tigercoding56 commented 10 months ago

when compiling cmake errored out and told me to add #include to src/util/profiler.h doing this made new-ospgl compile i am not sure why it was not there to begin with so i think it is a linux / vs windows issue and may need to be configured using the makefiles (i am too stupid for that so i just made a issue)

tatjam commented 10 months ago

Yup it's likely the weird conventions on when cstdint is included by default. I'm going to add the include to the file!