--- a/src/etherStreambuf.cpp +++ b/src/etherStreambuf.cpp @@ -28,6 +28,7 @@ #include "etherStreambuf.h" #include +#include namespace tc { etherStreambuf::etherStreambuf() { --- a/src/tcStreambuf.cpp +++ b/src/tcStreambuf.cpp @@ -30,6 +30,7 @@ // this is for the udp-part... #include // gethostbyname hostent #include // inet_ntoa +#include namespace tc { char tcStreambuf::tcPktType::confirmation(char pktType) {