bug 245: build failure with gcc 4.3.x

This commit is contained in:
Mathieu Lacage
2008-07-02 03:16:36 -07:00
parent 67c5dfa611
commit b93a9aeef4
22 changed files with 45 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
#include "ns3/assert.h"
#include "address.h"
#include <string.h>
#include <iostream>
#include <iomanip>

View File

@@ -22,6 +22,7 @@
#include "ns3/assert.h"
#include <iomanip>
#include <iostream>
#include <string.h>
namespace ns3 {

View File

@@ -22,6 +22,7 @@
#include "ns3/assert.h"
#include <iomanip>
#include <iostream>
#include <string.h>
namespace ns3 {

View File

@@ -25,6 +25,7 @@
#include "node.h"
#include "socket.h"
#include "socket-factory.h"
#include <limits>
NS_LOG_COMPONENT_DEFINE ("Socket");