Closed codebot closed 8 years ago
at least on Ubuntu 15.04 (gcc 4.9.2) I needed to add the current directory to the include search path to be able to include <myproject/Foo.h>
I guess that you needed this to be able to include the locally generated message headers? I wonder why I didn't need it. Anyway, a good change.
at least on Ubuntu 15.04 (gcc 4.9.2) I needed to add the current directory to the include search path to be able to include <myproject/Foo.h>