From 70b0e87c69fedc8d8340a96d5980c2a8af0af591 Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Thu, 16 Sep 2021 08:46:15 -0300 Subject: [PATCH] Include missing header and forward declaration --- src/wifi/helper/athstats-helper.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wifi/helper/athstats-helper.h b/src/wifi/helper/athstats-helper.h index b28fa52a5..edd899fdd 100644 --- a/src/wifi/helper/athstats-helper.h +++ b/src/wifi/helper/athstats-helper.h @@ -22,6 +22,7 @@ #define ATHSTATS_HELPER_H #include "ns3/wifi-phy-state.h" +#include "ns3/wifi-phy-common.h" namespace ns3 { @@ -30,6 +31,7 @@ class NodeContainer; class NetDeviceContainer; class Packet; class Mac48Address; +class WifiMode; /** * @brief create AthstatsWifiTraceSink instances and connect them to wifi devices