fixed compiler issue

David Rebbe 2024-11-25 18:33:26 -05:00
parent 21a587db75
commit 00c7e05b5d
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
#define ICSNEO_DEVICETYPE_LONGEST_NAME (35 + 1) // Add 1 so that if someone forgets, they still have space for null terminator
#define ICSNEO_DEVICETYPE_LONGEST_DESCRIPTION (ICSNEO_DEVICETYPE_LONGEST_NAME + 7) // 6 character serial, plus space
#include <ostream>
#include <cstdint>
#include <string>
#include <icsneo/icsneotypes.h>