From 2a0c0afff5f5d0df2ebd1a36bb7309c1254bd15f Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sat, 30 Sep 2023 02:33:04 +0300 Subject: [PATCH] Update context_egl.h --- third_party/duckstation/gl/context_egl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/duckstation/gl/context_egl.h b/third_party/duckstation/gl/context_egl.h index e1e8bd2c..029b7810 100644 --- a/third_party/duckstation/gl/context_egl.h +++ b/third_party/duckstation/gl/context_egl.h @@ -1,6 +1,7 @@ #pragma once #include "context.h" #include +#include namespace GL {