diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:15 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:15 +0000 |
commit | 8f312f45c9602343744a24d2e954504e9bad8de3 (patch) | |
tree | 7255ad65e0a597acf8eadd8ed222ac8721147b00 /cmdline/apt-extracttemplates.cc | |
parent | ec2f559a053177d8fb7f8ffb6c848c5e6134c36f (diff) |
G++ 3.2 fixes
Author: jgg
Date: 2003-01-11 07:18:44 GMT
G++ 3.2 fixes
Diffstat (limited to 'cmdline/apt-extracttemplates.cc')
-rw-r--r-- | cmdline/apt-extracttemplates.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cmdline/apt-extracttemplates.cc b/cmdline/apt-extracttemplates.cc index 70e7f914a..73b3bc51c 100644 --- a/cmdline/apt-extracttemplates.cc +++ b/cmdline/apt-extracttemplates.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-extracttemplates.cc,v 1.13 2002/11/09 23:08:08 doogie Exp $ +// $Id: apt-extracttemplates.cc,v 1.14 2003/01/11 07:18:44 jgg Exp $ /* ###################################################################### APT Extract Templates - Program to extract debconf config and template @@ -41,6 +41,8 @@ #include "apt-extracttemplates.h" /*}}}*/ +using namespace std; + #define TMPDIR "/tmp" pkgCache *DebFile::Cache = 0; |