Add missing <vector> include. (#74)

master
Atsushi Watanabe 2016-10-18 21:35:45 +09:00 committed by Wolfgang Hess
parent 4d361abe41
commit ccc26a7f4f
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#define CARTOGRAPHER_IO_POINTS_BATCH_H_
#include <cstdint>
#include <vector>
#include "Eigen/Core"
#include "cartographer/common/time.h"