summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-11-24 10:00:29 +0000
committerArch Librarian <arch@canonical.com>2004-11-24 10:00:29 +0000
commit676a05d01aa54369bb5a00600c16391c206b8cd5 (patch)
tree90098e1a1a5c7a5d26218be8778cfe5efa0ad1d8 /python
parente8f473b558beb393e9b799d732cc928758e5d210 (diff)
downloadpython-apt-676a05d01aa54369bb5a00600c16391c206b8cd5.tar.gz
#include <new>
Author: mdz Date: 2002-03-10 05:45:34 GMT #include <new>
Diffstat (limited to 'python')
-rw-r--r--python/generic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/generic.h b/python/generic.h
index 54a88f81..bcdf5806 100644
--- a/python/generic.h
+++ b/python/generic.h
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: generic.h,v 1.3 2002/02/26 01:36:15 mdz Exp $
+// $Id: generic.h,v 1.4 2002/03/10 05:45:34 mdz Exp $
/* ######################################################################
generic - Some handy functions to make integration a tad simpler
@@ -29,6 +29,7 @@
#include <Python.h>
#include <string>
+#include <new>
template <class T> struct CppPyObject : public PyObject
{