summaryrefslogtreecommitdiffstats
path: root/src/Shader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Shader.cpp')
-rw-r--r--src/Shader.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Shader.cpp b/src/Shader.cpp
index 164da69..d637c3b 100644
--- a/src/Shader.cpp
+++ b/src/Shader.cpp
@@ -1,5 +1,10 @@
#include "Shader.hpp"
+#include <fstream>
+#include <sstream>
+
+#include <easylogging++.h>
+
Shader::Shader(const GLchar *vertexPath, const GLchar *fragmentPath, const GLchar *geometryPath) {
vertex = vertexPath;
fragment = fragmentPath;