Include <array> in pose_graph/node.h and pose_2d.h (#1280)

master
Juraj Oršulić 2018-07-16 10:03:54 +02:00 committed by Alexander Belyaev
parent 07a9efee6b
commit ad572336d4
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "cartographer/pose_graph/proto/node.pb.h"
#include <array>
#include <string>
#include <vector>

View File

@ -19,6 +19,7 @@
#include "cartographer/pose_graph/node.h"
#include <array>
#include "Eigen/Core"
namespace cartographer {