summaryrefslogtreecommitdiff
path: root/src/zrwrapper.cc
diff options
context:
space:
mode:
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>())