diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-13 13:49:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-14 02:14:18 +0300 |
commit | 72938b640199d03d6092366224d3927d5d2a33b9 (patch) | |
tree | c7e57d69da40085ba835d2e22d1a3d59ab201fe5 /src/debug | |
parent | c4cef10f92a8ff3fc668e0644d38744dccd06392 (diff) | |
download | plus-72938b640199d03d6092366224d3927d5d2a33b9.tar.gz plus-72938b640199d03d6092366224d3927d5d2a33b9.tar.bz2 plus-72938b640199d03d6092366224d3927d5d2a33b9.tar.xz plus-72938b640199d03d6092366224d3927d5d2a33b9.zip |
Fix code style.
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 |