mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-11 07:11:41 +02:00
include memory.hpp for shared_ptr
g++-11.1.0 needs this include to compile
This commit is contained in:
parent
2af5292f9d
commit
aba2d96aba
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
#include <sys/time.h>
|
||||
#endif
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
/*
|
||||
template<typename CharT, typename TraitsT = std::char_traits<CharT> >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue