fixed build for linux

This commit is contained in:
Lauchmelder 2022-02-28 17:52:23 +01:00
parent 7ffef5851d
commit 53a7baf91f
No known key found for this signature in database
GPG key ID: C2403C69D78F011D
6 changed files with 9 additions and 8 deletions

View file

@ -4,7 +4,7 @@
#include <string>
#include <glad/glad.h>
#include <glfw/glfw3.h>
#include <GLFW/glfw3.h>
class Window
{