1 2 3 4 5 6 7 8 9 10
--- a/path.h +++ b/path.h @@ -8,6 +8,7 @@ #ifndef CRFPP_PATH_H_ #define CRFPP_PATH_H_ +#include <cstddef> #include <vector> #include "node.h"