cariboulabs / cariboulite

CaribouLite turns any 40-pin Raspberry-Pi into a Tx/Rx 6GHz SDR
1.1k stars 104 forks source link

Fix compilation error with undefined shared_ptr #146

Closed sergeyvfx closed 12 months ago

sergeyvfx commented 1 year ago

std::shared_ptr requires <memory> header. Without it being included explicitly some compilers might fail to compile (while others might have been using the header indirectly).

Fixes compilation error with GCC 12 on Raspberry Pi OS.