Closed johannesschrimpf closed 2 years ago
We use #include "blueyeprotocol/<...>.pb.h" in our code, so the directory to be included should not be include/blueyeprotocol, but include. This leads to code not compiling when the include folder isn't set by coincidence by another library.
#include "blueyeprotocol/<...>.pb.h"
include/blueyeprotocol
include
Already implemented in https://github.com/BluEye-Robotics/ProtocolDefinitions/commit/9743411392adb0085eaea33f4ba08cd9e827e76d
We use
#include "blueyeprotocol/<...>.pb.h"
in our code, so the directory to be included should not beinclude/blueyeprotocol
, butinclude
. This leads to code not compiling when theinclude
folder isn't set by coincidence by another library.