From 6d4a0b82ceef77b1dcef72de2f33c9a77548f104 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 18 Feb 2013 17:10:41 -0800 Subject: [PATCH] include cstdio for UNIX build --- space/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/space/src/main.cpp b/space/src/main.cpp index 1b8a22732b..4f4ae82db2 100644 --- a/space/src/main.cpp +++ b/space/src/main.cpp @@ -7,6 +7,7 @@ // #include +#include #include "TreeNode.h" #include "UDPSocket.h"