gerkey / ros1_external_use

64 stars 12 forks source link

add current directory to include search path #2

Closed codebot closed 8 years ago

codebot commented 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>

gerkey commented 8 years ago

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.