diff options
Diffstat (limited to 'src/debug')
-rw-r--r-- | src/debug/debug_new.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/debug_new.h b/src/debug/debug_new.h index b441d79fa..39f2f59d1 100644 --- a/src/debug/debug_new.h +++ b/src/debug/debug_new.h @@ -43,7 +43,7 @@ #define M_DEBUG_NEW_H #include <new> -#include <stdio> +#include <cstdio> /** * @def HAVE_PLACEMENT_DELETE |