From 12e527332abf7d8b05ddfbb64656d67a067fb5fb Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 21 Mar 2024 18:03:15 +0100 Subject: Compile with C++14 support. --- src/zrwrapper.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/zrwrapper.cc') 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 +#include -#include "cpp11fix.h" +#include ZRWrapper::ZRWrapper() : resampler(std::make_unique()) -- cgit v1.2.3