#ifndef _GRAPH_H_ #define _GRAPH_H_ #include #include #include #include #include "../connections/common/common.h" #include #include //template void make_graph_from_map(std::map>); #endif