diff options
| author | Arch Librarian <arch@canonical.com> | 2004-11-24 10:00:29 +0000 |
|---|---|---|
| committer | Arch Librarian <arch@canonical.com> | 2004-11-24 10:00:29 +0000 |
| commit | 676a05d01aa54369bb5a00600c16391c206b8cd5 (patch) | |
| tree | 90098e1a1a5c7a5d26218be8778cfe5efa0ad1d8 /python | |
| parent | e8f473b558beb393e9b799d732cc928758e5d210 (diff) | |
| download | python-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.h | 3 |
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 { |
