cariboulabs / cariboulite

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

Fix compilation error with undefined shared_ptr #146

Closed sergeyvfx closed 7 months ago

sergeyvfx commented 9 months 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.