Fixed a gcc3.4.6 error for optimized builds

This commit is contained in:
Raj Bhattacharjea
2007-05-16 13:37:39 -04:00
parent 6736b56964
commit 37aa2a4bd2
3 changed files with 3 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
#include "event-impl.h"
#include "ns3/assert.h"
#include <string>
#define noTRACE_HEAP 1
#ifdef TRACE_HEAP

View File

@@ -23,6 +23,7 @@
#include "scheduler-factory.h"
#include "event-impl.h"
#include <utility>
#include <string>
#include "ns3/assert.h"
namespace ns3 {

View File

@@ -24,6 +24,7 @@
#include "scheduler-factory.h"
#include "event-impl.h"
#include "ns3/assert.h"
#include <string>
#define noTRACE_MAP 1