diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-10 19:14:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-10 19:14:48 +0300 |
commit | e8f099cace1d77dd9ff12b4231871c6e122a739d (patch) | |
tree | a873108303b514b2e67191e5f04d51e3c3a53f69 /src/debug/debug_new.h | |
parent | 768a7e7499a95bb3ce14600e8050bcbbaaeed31f (diff) | |
download | plus-e8f099cace1d77dd9ff12b4231871c6e122a739d.tar.gz plus-e8f099cace1d77dd9ff12b4231871c6e122a739d.tar.bz2 plus-e8f099cace1d77dd9ff12b4231871c6e122a739d.tar.xz plus-e8f099cace1d77dd9ff12b4231871c6e122a739d.zip |
fix code style.
Diffstat (limited to 'src/debug/debug_new.h')
-rw-r--r-- | src/debug/debug_new.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug/debug_new.h b/src/debug/debug_new.h index 67b588f32..00861f0bf 100644 --- a/src/debug/debug_new.h +++ b/src/debug/debug_new.h @@ -43,6 +43,7 @@ #define M_DEBUG_NEW_H #include <new> +#include <stdio.h> /** * @def HAVE_PLACEMENT_DELETE |