From b001ad2cf28d76e184ed2b8710612869ca4cc82a Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 9 Aug 2014 20:24:18 -0700 Subject: [PATCH] light.hh include in scene.hh --- src/scene.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scene.hh b/src/scene.hh index 53b594c..e1f428d 100644 --- a/src/scene.hh +++ b/src/scene.hh @@ -10,7 +10,7 @@ #include #include "camera.hh" -#include "light.h" +#include "light.hh" #include "object.hh" #include "stats.hh" #include "basics/basics.hh"