mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Printable.h doesn't need new.h but only stdlib.h for size_t.
Probalby new.h may be removed completely.
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
#ifndef Printable_h
|
||||
#define Printable_h
|
||||
|
||||
#include <new.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
class Print;
|
||||
|
||||
|
Reference in New Issue
Block a user