aboutsummaryrefslogtreecommitdiff
path: root/src/PcmConvert.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-31 20:33:26 +0100
committerMax Kellermann <max@duempel.org>2013-01-31 21:11:06 +0100
commit1b175025fecb1c10e6719d4ab79c188d473fccc4 (patch)
treea1d04e92416e72c78f474de25c0aeee3374d47a1 /src/PcmConvert.hxx
parentccdf7184bea4bcc38ae468095ec400e2a2a4db3b (diff)
pcm_*: convert to C++
Diffstat (limited to 'src/PcmConvert.hxx')
-rw-r--r--src/PcmConvert.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PcmConvert.hxx b/src/PcmConvert.hxx
index bec30af4..d76ecc12 100644
--- a/src/PcmConvert.hxx
+++ b/src/PcmConvert.hxx
@@ -20,10 +20,11 @@
#ifndef PCM_CONVERT_HXX
#define PCM_CONVERT_HXX
+#include "PcmDither.hxx"
+
extern "C" {
#include "pcm_dsd.h"
#include "pcm_resample.h"
-#include "pcm_dither.h"
#include "pcm_buffer.h"
}