From 7e714abfd152ceb3f508601c2cdb219d16997d04 Mon Sep 17 00:00:00 2001 From: Paul Hollinsky Date: Wed, 23 Sep 2020 10:23:05 -0400 Subject: [PATCH] EthernetPacketizer: Add missing include for GCC --- communication/ethernetpacketizer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/communication/ethernetpacketizer.cpp b/communication/ethernetpacketizer.cpp index e7356d0..5f06198 100644 --- a/communication/ethernetpacketizer.cpp +++ b/communication/ethernetpacketizer.cpp @@ -1,6 +1,7 @@ #include "icsneo/communication/ethernetpacketizer.h" #include #include +#include using namespace icsneo;