Skip to content
Snippets Groups Projects
Commit dd15d899 authored by Jeremie Deray's avatar Jeremie Deray
Browse files

cmake missing header make_unique

parent a744fde1
No related branches found
No related tags found
1 merge request!138Solver manager
...@@ -194,6 +194,7 @@ SET(HDRS_BASE ...@@ -194,6 +194,7 @@ SET(HDRS_BASE
local_parametrization_quaternion.h local_parametrization_quaternion.h
local_parametrization_homogeneous.h local_parametrization_homogeneous.h
logging.h logging.h
make_unique.h
map_base.h map_base.h
motion_buffer.h motion_buffer.h
node_base.h node_base.h
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
#include "../trajectory_base.h" #include "../trajectory_base.h"
#include "../map_base.h" #include "../map_base.h"
#include "../landmark_base.h" #include "../landmark_base.h"
#include "../make_unique.h"
namespace wolf { namespace wolf {
......
#ifndef CERES_MANAGER_H_ #ifndef CERES_MANAGER_H_
#define CERES_MANAGER_H_ #define CERES_MANAGER_H_
#include "../make_unique.h"
//Ceres includes //Ceres includes
#include "ceres/jet.h" #include "ceres/jet.h"
#include "ceres/ceres.h" #include "ceres/ceres.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment