From a1a6cd953bf2200683f8f59cf6eb4d2e9a023112 Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Wed, 8 May 2024 19:30:15 +0200 Subject: [PATCH] wifi: (fixes #1080) Fix build with g++ 14.1.1 --- src/wifi/model/wifi-phy-state-helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wifi/model/wifi-phy-state-helper.h b/src/wifi/model/wifi-phy-state-helper.h index f343f6165..e9f66951b 100644 --- a/src/wifi/model/wifi-phy-state-helper.h +++ b/src/wifi/model/wifi-phy-state-helper.h @@ -30,6 +30,7 @@ #include "ns3/object.h" #include "ns3/traced-callback.h" +#include #include #include #include