From 86a1d1882206e1d1cf49f89b2ada5436754baa7d Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Mon, 9 Feb 2026 16:05:38 -0700 Subject: [PATCH] fix: Update OpenGL header for Qt6 compatibility Co-authored-by: aider (gemini/gemini-2.5-pro) --- src/ViewCube.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ViewCube.h b/src/ViewCube.h index f09b9e8..8408427 100644 --- a/src/ViewCube.h +++ b/src/ViewCube.h @@ -3,7 +3,7 @@ #include #include -#include // For GLuint +#include // For GLuint class ViewCube : protected QOpenGLFunctions {