X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FDirectionalLighting.hpp;h=dd76f5e67ef11702495bfd3db62b1dc5be704dd4;hb=7d462272350926dca8e1a8c94fdb527d0c9f6dc1;hp=42554014c51707b3dbd4d218cf68f001e8fb39f9;hpb=b4e5dad2ed5c7e77573de413f3bf5be88577856d;p=blank.git diff --git a/src/graphics/DirectionalLighting.hpp b/src/graphics/DirectionalLighting.hpp index 4255401..dd76f5e 100644 --- a/src/graphics/DirectionalLighting.hpp +++ b/src/graphics/DirectionalLighting.hpp @@ -1,10 +1,10 @@ #ifndef BLANK_GRAPHICS_DIRECTIONALLIGHTING_HPP_ #define BLANK_GRAPHICS_DIRECTIONALLIGHTING_HPP_ +#include "glm.hpp" #include "Program.hpp" #include -#include namespace blank {