brummer10 / guitarix

guitarix virtual versatile amplification for Jack/Linux
263 stars 29 forks source link

Include cstdint in gxbooster.cpp #134

Closed govynnus closed 11 months ago

govynnus commented 11 months ago

When compiling the master branch on Alpine linux I got

gxbooster.cpp:50:11: error: 'int32_t' has not been declared

and other similar errors.

The compiler suggested including cstdint in trunk/src/LV2/gxbooster.lv2/gxbooster.cpp, so I did and it fixed the issue.

brummer10 commented 11 months ago

Thanks, @govynnus