DCPLib icon indicating copy to clipboard operation
DCPLib copied to clipboard

Add missing include to DcpPduType.hpp

Open robbr48 opened this issue 1 year ago • 0 comments

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)

robbr48 avatar Oct 16 '24 14:10 robbr48