Either you forgot to #include the right headers or didn't import the std
namespace. I suggest the following:
#include <map>
#include <vector>
std::map<unsigned short, std::vector<struct dv_nexthop_cost_pair> > dv;
Marcelo Cantos
2010-04-17 06:34:01