From f7955dea0b1ccbc6501ae04101364a10c720d511 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 11 Jun 2015 18:35:52 -0400 Subject: [PATCH] include glcxx/Error.hpp from glcxx.hpp --- include/glcxx.hpp | 1 + 1 file changed, 1 insertion(+) 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