Pipeline #1323 has trouble at logging.h
This is a weird issue I raise to the attention of @artivis and @asantamaria .
The CI pipeline #1323 fails with the following error:
make
Scanning dependencies of target wolf
[ 0%] Building CXX object src/CMakeFiles/wolf.dir/capture_base.cpp.o
In file included from /builds/mobile_robotics/wolf/src/wolf.h:13:0,
from /builds/mobile_robotics/wolf/src/capture_base.h:11,
from /builds/mobile_robotics/wolf/src/capture_base.cpp:1:
/builds/mobile_robotics/wolf/src/logging.h:238:8: error: 'map' in namespace 'std' does not name a template type
std::map<const std::string, const LoggerPtr> logger_map_;
^
This is not your pipeline, but the file logging.h could have a #include to get rid of this.
The question is: why is this necessary only for this pipeline?
Can we fix this with a MR to master?
Thx.