Commit b44957ad authored by Max Kellermann's avatar Max Kellermann

PcmExport: add missing <iterator> include

For the range-based loop on a ConstBuffer object.
parent a049f972
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment