<p dir="ltr">Hi Thomas</p>
<p dir="ltr">This error indicates a missing #include line. NetDeviceFace is found to be a forward declaration, and you need to include the header that declares that class in the translation unit where this error occurs.</p>
<p dir="ltr">If you do not understand some of the terms in the above paragraph, read about them on <a href="http://en.cppreference.com/">http://en.cppreference.com/</a></p>
<p dir="ltr">Yours, Junxiao</p>
<p dir="ltr">On Oct 24, 2016 3:54 AM, <<a href="mailto:thomas.kolonko@students.unibe.ch">thomas.kolonko@students.unibe.ch</a>> wrote:<br>
><br>
> ../src/ndnSIM/NFD/daemon/fw/forwarder.cpp:461:86: error: invalid use of incomplete type ‘class ns3::ndn::NetDeviceFace’<br>
>     ns3::Ptr<ns3::ndn::NetDeviceFace> p_netD = ns3::ndn::NetDeviceFace(node, netDevice);<br>
></p>