changeset 5217 | 8a9dbc333e76 |
parent 4731 | 510db8599bfb |
child 5225 | 9c612cb88d6b |
--- a/src/internet-stack/ipv6-autoconfigured-prefix.h Wed Sep 16 15:27:54 2009 +0100 +++ b/src/internet-stack/ipv6-autoconfigured-prefix.h Wed Sep 16 18:56:29 2009 +0200 @@ -21,14 +21,14 @@ #ifndef IPV6_AUTOCONFIGURED_PREFIX_H #define IPV6_AUTOCONFIGURED_PREFIX_H +#include <stdint.h> + #include <list> #include <vector> #include <ostream> #include "ns3/timer.h" #include "ns3/ipv6-address.h" -#include "ipv6-l3-protocol.h" -#include "ipv6-interface.h" namespace ns3 {