Skip to content

Commit a9f4f1c

Browse files
committed
Added missing includes
1 parent 608c695 commit a9f4f1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api/ArduinoAPI.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,14 @@
2626
#include "Binary.h"
2727

2828
#ifdef __cplusplus
29+
#include "Client.h"
30+
#include "IPAddress.h"
2931
#include "Print.h"
32+
#include "Printable.h"
33+
#include "Server.h"
3034
#include "String.h"
3135
#include "Stream.h"
36+
#include "Udp.h"
3237
#endif
3338

3439
#endif

0 commit comments

Comments
 (0)