PcmExport: add missing <iterator> include

For the range-based loop on a ConstBuffer object.
This commit is contained in:
Max Kellermann 2014-08-13 13:00:37 +02:00
parent a049f972ec
commit b44957ad91

View File

@ -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)