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-config.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-config.cc')
-rw-r--r-- | cmdline/apt-config.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmdline/apt-config.cc b/cmdline/apt-config.cc index 9a937a10f..1c3de2bed 100644 --- a/cmdline/apt-config.cc +++ b/cmdline/apt-config.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-config.cc,v 1.10 2002/11/09 17:11:25 doogie Exp $ +// $Id: apt-config.cc,v 1.11 2003/01/11 07:18:44 jgg Exp $ /* ###################################################################### APT Config - Program to manipulate APT configuration files @@ -28,6 +28,7 @@ #include <iostream> #include <string> /*}}}*/ +using namespace std; // DoShell - Handle the shell command /*{{{*/ // --------------------------------------------------------------------- |