src/devices/wifi/supported-rates.h
changeset 3365 6409d2460601
parent 2013 4a5335c67eac
equal deleted inserted replaced
3364:8e6ac6061680 3365:6409d2460601
    19  */
    19  */
    20 #ifndef SUPPORTED_RATES_H
    20 #ifndef SUPPORTED_RATES_H
    21 #define SUPPORTED_RATES_H
    21 #define SUPPORTED_RATES_H
    22 
    22 
    23 #include <stdint.h>
    23 #include <stdint.h>
       
    24 #include <ostream>
    24 #include "ns3/buffer.h"
    25 #include "ns3/buffer.h"
    25 
    26 
    26 namespace ns3 {
    27 namespace ns3 {
    27 
    28 
    28 class SupportedRates {
    29 class SupportedRates {