SICKAG / sick_safetyscanners_base

CPP (C++) Driver for SICK safety laser scanners
https://www.sick.com/de/en/opto-electronic-protective-devices/safety-laser-scanners/c/g187225
Apache License 2.0
12 stars 32 forks source link

Added missing 'using' statement to UDPClient.cpp #11

Closed crown-bdee closed 2 years ago

crown-bdee commented 2 years ago

This is needed when building with newer versions of boost, since they have removed the global aliases of various identifiers (e.g. when building on Ubuntu Jammy)

tommy-erko commented 2 years ago

I can confirm that this change works and is necessary to build the package with Boost 1.74. That is the case for example with the new Ubuntu Jammy. Will you please merge this? @puck-fzi

puck-fzi commented 2 years ago

Done