diff --git a/include/glcxx.hpp b/include/glcxx.hpp index cfd8314..a6a1c30 100644 --- a/include/glcxx.hpp +++ b/include/glcxx.hpp @@ -4,5 +4,6 @@ #include "glcxx/Buffer.hpp" #include "glcxx/Program.hpp" #include "glcxx/Shader.hpp" +#include "glcxx/Error.hpp" #endif