aboutsummaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 76f1e6a..794dd5f 100644
--- a/src/window.h
+++ b/src/window.h
@@ -1,5 +1,8 @@
#pragma once
+#include <GL/glew.h>
+#include <GLFW/glfw3.h>
+
class Window {
private:
bool _good = false;