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:
parent
4801801ef9
commit
df778925a8
|
@ -20,7 +20,7 @@
|
||||||
#ifndef Printable_h
|
#ifndef Printable_h
|
||||||
#define Printable_h
|
#define Printable_h
|
||||||
|
|
||||||
#include <new.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
class Print;
|
class Print;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue