diff options
author | Max Kellermann <max@musicpd.org> | 2017-01-17 11:02:11 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-01-17 22:01:01 +0100 |
commit | de3e0585f1b32215861d5d7bb6629882562a2493 (patch) | |
tree | f93ce92f06511281b6bcdf009869c164def29fe4 /src/pcm/PcmExport.cxx | |
parent | f85f25ba82bcef57fc7824d7b4b3f05683286c00 (diff) |
AudioFormat: move enum SampleFormat to pcm/SampleFormat.hxx
Diffstat (limited to 'src/pcm/PcmExport.cxx')
-rw-r--r-- | src/pcm/PcmExport.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcm/PcmExport.cxx b/src/pcm/PcmExport.cxx index 6738ebada..fce50a4f3 100644 --- a/src/pcm/PcmExport.cxx +++ b/src/pcm/PcmExport.cxx @@ -19,6 +19,7 @@ #include "config.h" #include "PcmExport.hxx" +#include "AudioFormat.hxx" #include "Order.hxx" #include "PcmPack.hxx" #include "util/ByteReverse.hxx" |