Switch to side-by-side view
--- a/src/internfile/htmlparse.h +++ b/src/internfile/htmlparse.h @@ -24,8 +24,10 @@ #include <string> #include <map> +#ifndef NO_NAMESPACES using std::string; using std::map; +#endif /* NO_NAMESPACES */ class HtmlParser { protected: