fix build with gcc 4.3.0
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Thu Sep 25 15:50:07 2008 -0700 (16 months ago)
changeset 3718f22f8ab3f6f5
parent 3717 36bddd3732c7
child 3720 e09a1bd54909
fix build with gcc 4.3.0
src/internet-stack/udp-socket-impl.cc
     1.1 --- a/src/internet-stack/udp-socket-impl.cc	Thu Sep 25 01:43:27 2008 +0200
     1.2 +++ b/src/internet-stack/udp-socket-impl.cc	Thu Sep 25 15:50:07 2008 -0700
     1.3 @@ -30,6 +30,7 @@
     1.4  #include "udp-socket-impl.h"
     1.5  #include "udp-l4-protocol.h"
     1.6  #include "ipv4-end-point.h"
     1.7 +#include <limits>
     1.8  
     1.9  NS_LOG_COMPONENT_DEFINE ("UdpSocketImpl");
    1.10