From de5527570fc284bea356a347204abf172cfc6820 Mon Sep 17 00:00:00 2001 From: Botond Baranyi <botond.baranyi@ericsson.com> Date: Fri, 22 Jul 2016 10:28:13 +0200 Subject: [PATCH] fixed compilation error caused by the previous commit Change-Id: I87b0700bbd1d6f465a0ea2fa136c46fd69a01fc0 Signed-off-by: Botond Baranyi <botond.baranyi@ericsson.com> --- common/dbgnew.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/dbgnew.hh b/common/dbgnew.hh index 2f9ddbb6a..757adc04d 100644 --- a/common/dbgnew.hh +++ b/common/dbgnew.hh @@ -17,10 +17,10 @@ #include "memory.h" #endif -#ifdef MEMORY_DEBUG - #include <new> +#ifdef MEMORY_DEBUG + class debug_new_counter_t { static int count; -- GitLab