EthernetPacketizer: Add missing include for GCC

pull/32/head
Paul Hollinsky 2020-09-23 10:23:05 -04:00
parent 6f0654c336
commit 7e714abfd1
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "icsneo/communication/ethernetpacketizer.h"
#include <algorithm>
#include <iterator>
#include <cstring>
using namespace icsneo;