00001 #include "vertex.h" 00002 00003 namespace graph 00004 { 00005 #ifndef NO_NUMBER_VERTICES 00006 size_t vertex_counter = 0; 00007 #endif 00008 }