summaryrefslogtreecommitdiff
path: root/src/zrwrapper.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2024-03-21 18:03:15 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2024-03-24 16:11:12 +0100
commit12e527332abf7d8b05ddfbb64656d67a067fb5fb (patch)
tree37e84b9c7342e26e4cdc609ec4be8e076a3da02f /src/zrwrapper.cc
parentabde59100338999d04633aa6d440b71ce128c846 (diff)
Compile with C++14 support.cpp14
Diffstat (limited to 'src/zrwrapper.cc')
-rw-r--r--src/zrwrapper.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zrwrapper.cc b/src/zrwrapper.cc
index 29559fc..755db2d 100644
--- a/src/zrwrapper.cc
+++ b/src/zrwrapper.cc
@@ -26,9 +26,9 @@
*/
#include "zrwrapper.h"
-#include <zita-resampler/resampler.h>
+#include <memory>
-#include "cpp11fix.h"
+#include <zita-resampler/resampler.h>
ZRWrapper::ZRWrapper()
: resampler(std::make_unique<Resampler>())