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
I suspect that in your own code, you #included Server.h directly? I guess that in most cases, Arduino.h is also included, which masks this bug. Care to prepare a pullrequest to add the include to Server.h? If so, best use the ide-1.5.x branch instead of master, though.
i did not add #include Server.h directly, i used the the arduino_uip
library which does though.
I will be more than happy to make a pull request following your guidelines.
Keep on coding,
Spiritinlife
On 26 September 2014 16:07, Matthijs Kooijman [email protected]
wrote:
I suspect that in your own code, you #included Server.h directly? I guess
that in most cases, Arduino.h is also included, which masks this bug. Care
to prepare a pullrequest to add the include to Server.h? If so, best use
the ide-1.5.x branch instead of master, though.
—
Reply to this email directly or view it on GitHub #2327 (comment).
In file arduino/hardware/arduino/cores/arduino/Server.h,
Server class inherits from Print class but there is no #include "Print.h"
It may be my mistake but when i added it everything compiled correctly.
Anyway thought you should know.
Keep on coding,
Spiritinlife
The text was updated successfully, but these errors were encountered: