mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 23:56:43 +02:00
Fix common/message includes
This commit is contained in:
parent
de11cb2d4c
commit
56c8a3f693
12 changed files with 66 additions and 48 deletions
|
@ -1,6 +1,6 @@
|
|||
/***
|
||||
This file is part of snapcast
|
||||
Copyright (C) 2014-2021 Johannes Pohl
|
||||
Copyright (C) 2014-2023 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
|
||||
|
@ -16,10 +16,10 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#ifndef STREAMREADER_ERROR_HPP
|
||||
#define STREAMREADER_ERROR_HPP
|
||||
#pragma once
|
||||
|
||||
|
||||
// standard headers
|
||||
#include <system_error>
|
||||
|
||||
|
||||
|
@ -77,6 +77,3 @@ struct is_error_code_enum<ControlErrc> : public std::true_type
|
|||
} // namespace std
|
||||
|
||||
std::error_code make_error_code(ControlErrc);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue