Skip to content

Draft: include cstdint for uintprt_t

Li-Ta Lo requested to merge ollielo/vtk-m:uintptr_t into master

#include <cstdint> is need for uintptr_t for newer GCC (13.x.y).

Merge request reports