Adds #include <array> in files that use std::array (#222)
parent
76868b7edb
commit
c78f29fdac
|
@ -17,6 +17,7 @@
|
||||||
#ifndef CARTOGRAPHER_IO_POINTS_BATCH_H_
|
#ifndef CARTOGRAPHER_IO_POINTS_BATCH_H_
|
||||||
#define CARTOGRAPHER_IO_POINTS_BATCH_H_
|
#define CARTOGRAPHER_IO_POINTS_BATCH_H_
|
||||||
|
|
||||||
|
#include <array>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
#ifndef CARTOGRAPHER_MAPPING_3D_HYBRID_GRID_H_
|
#ifndef CARTOGRAPHER_MAPPING_3D_HYBRID_GRID_H_
|
||||||
#define CARTOGRAPHER_MAPPING_3D_HYBRID_GRID_H_
|
#define CARTOGRAPHER_MAPPING_3D_HYBRID_GRID_H_
|
||||||
|
|
||||||
|
#include <array>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
#include "cartographer/sensor/collator.h"
|
#include "cartographer/sensor/collator.h"
|
||||||
|
|
||||||
|
#include <array>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
#include "cartographer/common/lua_parameter_dictionary_test_helpers.h"
|
#include "cartographer/common/lua_parameter_dictionary_test_helpers.h"
|
||||||
|
|
Loading…
Reference in New Issue