tags 474792 + patch
thanks

Hi!

Please find attached a patch to fix this bug by adding the missing
#include <memory> in the problematic file.

HTH.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
diff -Nru --exclude changelog debtags-edit-1.3/src/TagMenu.cc debtags-edit-1.3+nmu1/src/TagMenu.cc
--- debtags-edit-1.3/src/TagMenu.cc	2007-06-10 04:26:46.000000000 +0530
+++ debtags-edit-1.3+nmu1/src/TagMenu.cc	2008-04-26 09:48:34.000000000 +0530
@@ -33,6 +33,7 @@
 #include <map>
 #include <vector>
 #include <string>
+#include <memory>
 
 using namespace std;
 using namespace wibble::operators;

Attachment: signature.asc
Description: Digital signature

Reply via email to