From 046b334cb5347c52f73521b6c69d5882551f00a2 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sat, 30 Sep 2023 01:37:27 +0300 Subject: [PATCH] Fix include --- third_party/duckstation/gl/context_glx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/duckstation/gl/context_glx.h b/third_party/duckstation/gl/context_glx.h index c8416e57..fc2ff902 100644 --- a/third_party/duckstation/gl/context_glx.h +++ b/third_party/duckstation/gl/context_glx.h @@ -1,6 +1,6 @@ #pragma once #include "context.h" -#include "../../glad/glad_glx.h" +#include #include "x11_window.h" namespace GL {