From df1700002ba9c35977592705c5e4835bb1e1a4f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Fri, 3 Feb 2023 18:58:26 +0100 Subject: [PATCH] Attempt at libretro buildfix --- Common/VR/VRFramebuffer.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Common/VR/VRFramebuffer.cpp b/Common/VR/VRFramebuffer.cpp index 34303c1ec6..6d8b94177a 100644 --- a/Common/VR/VRFramebuffer.cpp +++ b/Common/VR/VRFramebuffer.cpp @@ -2,8 +2,7 @@ #if XR_USE_GRAPHICS_API_OPENGL_ES -#include -#include +#include "Common/GPU/OpenGL/GLCommon.h" #endif