mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 01:58:42 +02:00
Add missing includes
This commit is contained in:
parent
0de502f565
commit
7c27acb3c7
7 changed files with 19 additions and 4 deletions
|
@ -23,6 +23,11 @@
|
|||
#include "asio_stream.hpp"
|
||||
#include "watchdog.hpp"
|
||||
|
||||
// 3rd party headers
|
||||
#include <boost/asio/posix/stream_descriptor.hpp>
|
||||
#include <boost/process/v1/child.hpp>
|
||||
#include <boost/process/v1/pipe.hpp>
|
||||
|
||||
// standard headers
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue