aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-02-26 03:32:48 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-02-26 03:32:48 +0000
commitb64e9490db6b6c93009260c0f2651f96f2099ebc (patch)
tree62d00af55e6c92151128c0dff6a303eb2eb129ea
parent7f5e73aa1819dd02a17da561a5f606be4ec18419 (diff)
""
svn path=/trunk/; revision=1361
-rw-r--r--externals/grill/py/source/bound.cpp4
1 files changed, 3 insertions, 1 deletions
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 <set>
+
struct bounddata
{
PyObject *self;