From f907244695fe43ba47ec18116e81bbbdea645e5d Mon Sep 17 00:00:00 2001 From: Stefan Reitshamer Date: Mon, 23 Jan 2012 11:03:21 -0500 Subject: [PATCH] include stat.h to get rid of compiler warning --- Node.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.h b/Node.h index 7f38beb..0a6cc91 100644 --- a/Node.h +++ b/Node.h @@ -6,6 +6,7 @@ // Copyright 2009 PhotoMinds LLC. All rights reserved. // +#include #import @protocol InputStream; @class BlobKey;