ebruck / radiotray-ng

An Internet radio player for Linux
GNU General Public License v3.0
262 stars 25 forks source link

Fix build with GCC13 #193

Closed Vascom closed 1 year ago

Vascom commented 1 year ago

Due to changes in GCC13 need fix include. https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes

Else this error happen

/builddir/build/BUILD/radiotray-ng-0.2.8/include/radiotray-ng/i_config.hpp:34:57: error: 'uint32_t' has not been declared
   34 |         virtual void set_uint32(const std::string& key, uint32_t value) = 0;
      |                                                         ^~~~~~~~
ebruck commented 1 year ago

@Vascom Thanks