mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-04 03:41:43 +02:00
fix includes
This commit is contained in:
parent
13c6f4a99f
commit
d3b8ad5aa5
11 changed files with 11 additions and 18 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
#ifndef PCM_DECODER_H
|
||||
#define PCM_DECODER_H
|
||||
#include "decoder.h"
|
||||
#include "decoder.hpp"
|
||||
|
||||
|
||||
class PcmDecoder : public Decoder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue