diff --git a/src/util/graph/Node.h b/src/util/graph/Node.h index 62d5984..f962dc8 100644 --- a/src/util/graph/Node.h +++ b/src/util/graph/Node.h @@ -6,6 +6,7 @@ #define UTIL_GRAPH_NODE_H_ #include +#include namespace util { namespace graph {