Opendigitalradio / etisnoop

etisnoop is a ETI file analyser
GNU General Public License v3.0
9 stars 13 forks source link

missing stdint.h in ensembledatabase.hpp #33

Closed andimik closed 11 months ago

andimik commented 11 months ago

I get an error when compiling under Ubuntu 23.10 with 9734cb9156ff.

compile_error.txt

make[1]: *** [Makefile:695: src/ensembledatabase.o] Error 1
make[1]: Leaving directory '/home/andreas/apps/etisnoop'
make: *** [Makefile:421: all] Error 2

Seems in src/ensembledatabase.hpp

#include <stdint.h>

was missing. Only then I could compile.

mpbraendli commented 11 months ago

Thanks, I've added the missing include!