From b64e9490db6b6c93009260c0f2651f96f2099ebc Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 26 Feb 2004 03:32:48 +0000 Subject: "" svn path=/trunk/; revision=1361 --- externals/grill/py/source/bound.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'externals/grill') diff --git a/externals/grill/py/source/bound.cpp b/externals/grill/py/source/bound.cpp index debbf5dd..928d7b67 100644 --- a/externals/grill/py/source/bound.cpp +++ b/externals/grill/py/source/bound.cpp @@ -2,7 +2,7 @@ py/pyext - python external object for PD and MaxMSP -Copyright (c) 2002-2003 Thomas Grill (xovo@gmx.net) +Copyright (c) 2002-2004 Thomas Grill (xovo@gmx.net) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. @@ -11,6 +11,8 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include "pyext.h" #include "flinternal.h" +#include + struct bounddata { PyObject *self; -- cgit v1.2.1