diff options
Diffstat (limited to 'src/pcm/PcmExport.hxx')
-rw-r--r-- | src/pcm/PcmExport.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pcm/PcmExport.hxx b/src/pcm/PcmExport.hxx index 3e801a150..1639520d8 100644 --- a/src/pcm/PcmExport.hxx +++ b/src/pcm/PcmExport.hxx @@ -21,10 +21,11 @@ #define PCM_EXPORT_HXX #include "check.h" +#include "SampleFormat.hxx" #include "PcmBuffer.hxx" -#include "AudioFormat.hxx" template<typename T> struct ConstBuffer; +struct AudioFormat; /** * An object that handles export of PCM samples to some instance |