commit | 918839c07c0f708a46bae8b70fb5ee4c7aa2544a | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Nov 10 17:02:06 2011 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Nov 10 18:34:36 2011 -0800 |
tree | 5a611ca57de00cebded89d3cc5b927f162cda2ba | |
parent | 3ba44e5872327849ac2aab92e12e5945ed93dac0 [diff] [blame] |
Repair compilation issue (missing header)
diff --git a/model/ipv4-global-routing-unordered-nexthops.cc b/model/ipv4-global-routing-unordered-nexthops.cc index 720be8d..0fdce0b 100644 --- a/model/ipv4-global-routing-unordered-nexthops.cc +++ b/model/ipv4-global-routing-unordered-nexthops.cc
@@ -28,6 +28,10 @@ #include <iomanip> +#ifndef UINT32_MAX +# define UINT32_MAX (4294967295U) +#endif + NS_LOG_COMPONENT_DEFINE ("Ipv4GlobalRoutingUnorderedNexthops"); namespace ns3 {