changeset 11450 | 9f4ae69f12b7 |
parent 11245 | 5c781d7e5a25 |
--- a/src/wifi/model/msdu-aggregator.cc Tue Jun 16 13:13:06 2015 -0700 +++ b/src/wifi/model/msdu-aggregator.cc Sun Jun 21 00:23:45 2015 +0200 @@ -17,6 +17,7 @@ * * Author: Mirko Banchi <mk.banchi@gmail.com> */ + #include "ns3/log.h" #include "msdu-aggregator.h" @@ -74,4 +75,4 @@ return set; } -} // namespace ns3 +} //namespace ns3