fixed compilation error caused by the previous commit
authorBotond Baranyi <botond.baranyi@ericsson.com>
Fri, 22 Jul 2016 08:28:13 +0000 (10:28 +0200)
committerBotond Baranyi <botond.baranyi@ericsson.com>
Fri, 22 Jul 2016 08:28:13 +0000 (10:28 +0200)
Change-Id: I87b0700bbd1d6f465a0ea2fa136c46fd69a01fc0
Signed-off-by: Botond Baranyi <botond.baranyi@ericsson.com>
common/dbgnew.hh

index 2f9ddbb6a48dbab92b3d9641f935849722e9f029..757adc04d04952eadc6a8c345bea897c852ec7ca 100644 (file)
 #include "memory.h"
 #endif
 
-#ifdef MEMORY_DEBUG
-
 #include <new>
 
+#ifdef MEMORY_DEBUG
+
 class debug_new_counter_t
 {
   static int count;
This page took 0.025626 seconds and 5 git commands to generate.