From d2b2382c951058af55c982a050459d4691a0de66 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 25 Jul 2014 15:10:29 -0700 Subject: [PATCH] Include in object.h --- src/object.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/object.h b/src/object.h index f5052a8..67706ca 100644 --- a/src/object.h +++ b/src/object.h @@ -10,6 +10,7 @@ #define __OBJECT_H__ #include +#include #include #include "basics.h"