We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e3e83 commit b0b8362Copy full SHA for b0b8362
hardware/arduino/avr/cores/arduino/Printable.h
@@ -20,7 +20,7 @@
20
#ifndef Printable_h
21
#define Printable_h
22
23
-#include <new.h>
+#include <stdlib.h>
24
25
class Print;
26
0 commit comments