mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
Fix include
This commit is contained in:
parent
5d9ded47da
commit
046b334cb5
1 changed files with 1 additions and 1 deletions
2
third_party/duckstation/gl/context_glx.h
vendored
2
third_party/duckstation/gl/context_glx.h
vendored
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
#include "context.h"
|
||||
#include "../../glad/glad_glx.h"
|
||||
#include <glad/glad_glx.h>
|
||||
#include "x11_window.h"
|
||||
|
||||
namespace GL {
|
||||
|
|
Loading…
Add table
Reference in a new issue