include cstddef in Node.h

This commit is contained in:
Patrick Brosi 2021-11-30 12:46:24 +01:00
parent 57de18844f
commit f1822868c5

View file

@ -6,6 +6,7 @@
#define UTIL_GRAPH_NODE_H_
#include <vector>
#include <cstddef>
namespace util {
namespace graph {