From 1ed0000b6d1cd00da162d152f51caa66b3e243b4 Mon Sep 17 00:00:00 2001 From: Daniel Burrows Date: Thu, 15 Nov 2007 20:01:09 -0800 Subject: Fix through pkg_tree. --- src/pkg_tree.cc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') diff --git a/src/pkg_tree.cc b/src/pkg_tree.cc index d249f2ea..3eb0af82 100644 --- a/src/pkg_tree.cc +++ b/src/pkg_tree.cc @@ -34,6 +34,7 @@ #include #include +#include #include #include @@ -47,6 +48,12 @@ #include #include +namespace cw = cwidget; +namespace cwidget +{ + using namespace widgets; +} + cw::config::keybindings *pkg_tree::bindings=NULL; cw::editline::history_list pkg_tree::limit_history, pkg_tree::grouping_history, -- cgit v1.2.3