Fix include

This commit is contained in:
wheremyfoodat 2023-09-30 01:37:27 +03:00
parent 5d9ded47da
commit 046b334cb5

View file

@ -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 {