include cstddef in Node.h
This commit is contained in:
parent
57de18844f
commit
f1822868c5
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
#define UTIL_GRAPH_NODE_H_
|
||||
|
||||
#include <vector>
|
||||
#include <cstddef>
|
||||
|
||||
namespace util {
|
||||
namespace graph {
|
||||
|
|
Loading…
Reference in a new issue