From faaea5919a142d40353df851d2ce1aed66733dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Vanda=C3=ABle?= Date: Tue, 23 Jun 2026 05:11:14 +0200 Subject: Add missing includes --- Source/Core/VideoBackends/OGL/OGLBoundingBox.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Core/VideoBackends/OGL/OGLBoundingBox.cpp') diff --git a/Source/Core/VideoBackends/OGL/OGLBoundingBox.cpp b/Source/Core/VideoBackends/OGL/OGLBoundingBox.cpp index 9b36a75b63..673e308d53 100644 --- a/Source/Core/VideoBackends/OGL/OGLBoundingBox.cpp +++ b/Source/Core/VideoBackends/OGL/OGLBoundingBox.cpp @@ -3,6 +3,8 @@ #include "VideoBackends/OGL/OGLBoundingBox.h" +#include + #include "VideoBackends/OGL/OGLGfx.h" #include "VideoCommon/DriverDetails.h" -- cgit v1.2.3