You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK, I've merged with #5442 and moved to the arduino-builder repo: arduino/arduino-builder#181. Sorry about that, I should have realized the include stuff was arduino-builder.
Using Arduino IDE 1.6.13 Hourly Build 2016/10/03 06:51 with Windows 7 64 bit
#3186 added support for including .hpp and .hh files from libraries.
If I have a library installed with the folder structure:
foo
|_foo.h
|_foo.hh
|_foo.hpp
With Arduino IDE 1.6.6 or newer, doing:
or
causes compilation to fail:
It will only compile if I do:
Using Arduino IDE 1.6.5-r5 I don't need to include the .h file.
The text was updated successfully, but these errors were encountered: