diff options
author | borine <32966433+borine@users.noreply.github.com> | 2019-03-07 12:31:43 +0000 |
---|---|---|
committer | borine <32966433+borine@users.noreply.github.com> | 2019-03-07 12:31:43 +0000 |
commit | c5df879cf97b24caac1d34272066ae46caa98df9 (patch) | |
tree | 59bf4ad4622dc4bd5996a9694a52a34209ea103a | |
parent | 0762e5c28987ee511544b324b9487907f52736d1 (diff) |
decooder/plugins/PcmDecoderPlugin: add missing config for preproceesor macro definitions
-rw-r--r-- | src/decoder/plugins/PcmDecoderPlugin.cxx | 2 |
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" |