summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorborine <32966433+borine@users.noreply.github.com>2019-03-07 12:31:43 +0000
committerborine <32966433+borine@users.noreply.github.com>2019-03-07 12:31:43 +0000
commitc5df879cf97b24caac1d34272066ae46caa98df9 (patch)
tree59bf4ad4622dc4bd5996a9694a52a34209ea103a
parent0762e5c28987ee511544b324b9487907f52736d1 (diff)
decooder/plugins/PcmDecoderPlugin: add missing config for preproceesor macro definitions
-rw-r--r--src/decoder/plugins/PcmDecoderPlugin.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/decoder/plugins/PcmDecoderPlugin.cxx b/src/decoder/plugins/PcmDecoderPlugin.cxx
index 5ceea9f1a..a5ee99b00 100644
--- a/src/decoder/plugins/PcmDecoderPlugin.cxx
+++ b/src/decoder/plugins/PcmDecoderPlugin.cxx
@@ -17,6 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#include "config.h"
+
#include "PcmDecoderPlugin.hxx"
#include "../DecoderAPI.hxx"
#include "CheckAudioFormat.hxx"