add <cstdint> header to GPUVertDesc

This commit is contained in:
Jarrett Johnson
2025-10-10 11:42:17 -04:00
parent 984bc6ba4d
commit 58484245b6

View File

@@ -4,6 +4,7 @@
#include "VertexFormat.h"
#include <cstddef>
#include <cstdint>
#include <optional>
// #include <span>
#include "pymol/span.h"