janbar / noson

C++ library for accessing SONOS devices.
GNU General Public License v3.0
27 stars 9 forks source link

add missing header files, to fix compilation errors when using GCC 13 #17

Closed hermansr closed 1 year ago

hermansr commented 1 year ago

Additional header file includes are required to compile Noson with GCC 13.

From https://gcc.gnu.org/gcc-13/porting_to.html:

Some C++ Standard Library headers have been changed to no longer include other headers that were being used internally by the library. As such, C++ programs that used standard library components without including the right headers will no longer compile.

solarisfire commented 1 year ago

Please get this pulled!! It's breaking compilation on Arch Linux :(

RandomExplosion commented 1 year ago

I can confirm, the aur package on arch no longer works :(