diff --git a/server/streamreader/jack_stream.hpp b/server/streamreader/jack_stream.hpp index 66ff6e56..dad1cf7b 100644 --- a/server/streamreader/jack_stream.hpp +++ b/server/streamreader/jack_stream.hpp @@ -1,6 +1,7 @@ /*** This file is part of snapcast Copyright (C) 2014-2024 Johannes Pohl + Copyright (C) 2024 Marcus Weseloh 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 @@ -18,7 +19,6 @@ #pragma once -#include // local headers #include "pcm_stream.hpp" @@ -28,6 +28,7 @@ #include #include #include +#include namespace streamreader