DCPLib
DCPLib copied to clipboard
Add missing include to DcpPduType.hpp
DcpPduType seems to be undefined with some compilers, causing an error on this line:
value = to_string(*((DcpPduType*)(payload + offset)));
Including the file directly should solve this problem (as is already done with other types)