From 959ed1807da92777aaa27c9d3f2ce92a90d65064 Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Sun, 7 Apr 2024 18:15:14 +0200 Subject: [PATCH] wifi: Include missing header to get RxSignalInfo definition --- 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 2e01b263e..f343f6165 100644 --- a/src/wifi/model/wifi-phy-state-helper.h +++ b/src/wifi/model/wifi-phy-state-helper.h @@ -20,6 +20,7 @@ #ifndef WIFI_PHY_STATE_HELPER_H #define WIFI_PHY_STATE_HELPER_H +#include "phy-entity.h" #include "wifi-phy-common.h" #include "wifi-phy-state.h" #include "wifi-ppdu.h"