mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-16 18:46:15 +02:00
Fix includes
This commit is contained in:
parent
d926f6307c
commit
c01ba2bdde
20 changed files with 64 additions and 54 deletions
|
@ -1,6 +1,6 @@
|
|||
/***
|
||||
This file is part of snapcast
|
||||
Copyright (C) 2014-2020 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
|
||||
|
@ -19,13 +19,16 @@
|
|||
#ifndef ENCODER_HPP
|
||||
#define ENCODER_HPP
|
||||
|
||||
// local headers
|
||||
#include "common/message/codec_header.hpp"
|
||||
#include "common/message/pcm_chunk.hpp"
|
||||
#include "common/sample_format.hpp"
|
||||
|
||||
// standard headers
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "common/sample_format.hpp"
|
||||
#include "message/codec_header.hpp"
|
||||
#include "message/pcm_chunk.hpp"
|
||||
|
||||
namespace encoder
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue