WiVICommandPacket: Add missing cstring header

add-device-sharing
Emily Brooks 2022-06-08 16:49:39 -04:00
parent d6d34eb7bc
commit b50706846c
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include "icsneo/communication/packet/wivicommandpacket.h" #include "icsneo/communication/packet/wivicommandpacket.h"
#include "icsneo/communication/message/wiviresponsemessage.h" #include "icsneo/communication/message/wiviresponsemessage.h"
#include <cstring>
using namespace icsneo; using namespace icsneo;