Add missing includes

This commit is contained in:
badaix 2025-06-06 14:05:39 +02:00 committed by Johannes Pohl
parent 0de502f565
commit 7c27acb3c7
7 changed files with 19 additions and 4 deletions

View file

@ -1,6 +1,6 @@
/***
This file is part of snapcast
Copyright (C) 2014-2024 Johannes Pohl
Copyright (C) 2014-2025 Johannes Pohl
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -22,6 +22,9 @@
// local headers
#include "asio_stream.hpp"
// 3rd party headers
#include <boost/asio/posix/stream_descriptor.hpp>
namespace streamreader
{