From 7d90dc472fcd5231e80f8cd4f7ff0d31041cdaa3 Mon Sep 17 00:00:00 2001 From: hiok2000 <40853699+hiok2000@users.noreply.github.com> Date: Thu, 11 Mar 2021 16:57:40 +0800 Subject: [PATCH] Update net-device.cc Need a header --- simulation/src/network/model/net-device.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/simulation/src/network/model/net-device.cc b/simulation/src/network/model/net-device.cc index c80f60d3f..7f3e31ac1 100644 --- a/simulation/src/network/model/net-device.cc +++ b/simulation/src/network/model/net-device.cc @@ -21,6 +21,7 @@ #include "ns3/object.h" #include "ns3/log.h" #include "ns3/uinteger.h" +#include "ns3/packet.h" #include "net-device.h" #include