From b480e2c86962a837fbb603b5eff4fdb6c088c303 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 11 Sep 2013 08:57:05 -0700 Subject: [PATCH] Lights need basics.h --- src/light.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/light.h b/src/light.h index 8703e10..45fab48 100644 --- a/src/light.h +++ b/src/light.h @@ -8,6 +8,7 @@ #ifndef __LIGHT_H__ #define __LIGHT_H__ +#include "basics.h" #include "object.h"