PcmExport: add missing <iterator> include
For the range-based loop on a ConstBuffer object.
This commit is contained in:
parent
a049f972ec
commit
b44957ad91
@ -24,6 +24,8 @@
|
||||
#include "util/ByteReverse.hxx"
|
||||
#include "util/ConstBuffer.hxx"
|
||||
|
||||
#include <iterator>
|
||||
|
||||
void
|
||||
PcmExport::Open(SampleFormat sample_format, unsigned _channels,
|
||||
bool _dsd_usb, bool _shift8, bool _pack, bool _reverse_endian)
|
||||
|
Loading…
Reference in New Issue
Block a user