From 71f05fc2a4bc536f5c096e7ca756cd539ead911d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 7 Aug 2002 01:34:34 +0000 Subject: fix std:: namespace problems --- util/epist/parser.cc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'util/epist/parser.cc') diff --git a/util/epist/parser.cc b/util/epist/parser.cc index 660a876f..bbf5dad1 100644 --- a/util/epist/parser.cc +++ b/util/epist/parser.cc @@ -1,10 +1,16 @@ extern "C" { #include } + #include "parser.hh" +#include + +using std::string; + + parser::parser(keytree *kt) - : _mask(0), _action(Action::noaction), _key(""), _arg(""), _kt(kt) + : _kt(kt), _mask(0), _action(Action::noaction), _key(""), _arg("") { } -- cgit v1.2.3