summaryrefslogtreecommitdiff
path: root/cmdline/apt-extracttemplates.cc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:00:15 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:00:15 +0000
commit8f312f45c9602343744a24d2e954504e9bad8de3 (patch)
tree7255ad65e0a597acf8eadd8ed222ac8721147b00 /cmdline/apt-extracttemplates.cc
parentec2f559a053177d8fb7f8ffb6c848c5e6134c36f (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.cc4
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;