nimbuscontrols / EIPScanner

Free implementation of EtherNet/IP in C++
https://eipscanner.readthedocs.io/en/latest/
MIT License
233 stars 93 forks source link

Include <stdexcept> in headers to prevent compilation errors. #27

Closed rednexela1941 closed 4 years ago

rednexela1941 commented 4 years ago

(10 added lines): Added #include to a couple header files to prevent compilation errors and allow call to std::runtime_error.