diff -up ./libs/maps/CMakeLists.txt.octomap ./libs/maps/CMakeLists.txt --- ./libs/maps/CMakeLists.txt.octomap 2015-08-28 19:13:32.695672908 -0700 +++ ./libs/maps/CMakeLists.txt 2015-08-28 19:13:43.049084903 -0700 @@ -35,7 +35,7 @@ define_mrpt_lib( IF(BUILD_mrpt-maps) IF (CMAKE_MRPT_HAS_PCL) - target_link_libraries(mrpt-maps ${PCL_LIBRARIES}) + target_link_libraries(mrpt-maps octomap ${PCL_LIBRARIES}) ENDIF(CMAKE_MRPT_HAS_PCL) IF(CMAKE_MRPT_HAS_LIBLAS) diff -up ./libs/maps/include/mrpt/maps/CColouredOctoMap.h.octomap ./libs/maps/include/mrpt/maps/CColouredOctoMap.h --- ./libs/maps/include/mrpt/maps/CColouredOctoMap.h.octomap 2015-01-11 14:20:49.000000000 -0800 +++ ./libs/maps/include/mrpt/maps/CColouredOctoMap.h 2015-08-28 18:18:10.425404305 -0700 @@ -11,8 +11,8 @@ #define MRPT_CColouredOctoMap_H #include -#include -#include +#include +#include #include #include diff -up ./libs/maps/include/mrpt/maps/COctoMapBase.h.octomap ./libs/maps/include/mrpt/maps/COctoMapBase.h --- ./libs/maps/include/mrpt/maps/COctoMapBase.h.octomap 2015-01-11 14:20:49.000000000 -0800 +++ ./libs/maps/include/mrpt/maps/COctoMapBase.h 2015-08-28 18:18:10.425404305 -0700 @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include #include diff -up ./libs/maps/include/mrpt/maps/COctoMap.h.octomap ./libs/maps/include/mrpt/maps/COctoMap.h --- ./libs/maps/include/mrpt/maps/COctoMap.h.octomap 2015-01-11 14:20:49.000000000 -0800 +++ ./libs/maps/include/mrpt/maps/COctoMap.h 2015-08-28 18:18:10.426404344 -0700 @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include