From 58484245b638b8a8f85966ec50f1b3ebf0bb8014 Mon Sep 17 00:00:00 2001 From: Jarrett Johnson Date: Fri, 10 Oct 2025 11:42:17 -0400 Subject: [PATCH] add header to GPUVertDesc --- layerGraphics/GPUVertexDesc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/layerGraphics/GPUVertexDesc.h b/layerGraphics/GPUVertexDesc.h index d36fe51f9..dd44ee43a 100644 --- a/layerGraphics/GPUVertexDesc.h +++ b/layerGraphics/GPUVertexDesc.h @@ -4,6 +4,7 @@ #include "VertexFormat.h" #include +#include #include // #include #include "pymol/span.h"