summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/dgreftest/dgreftest.cc2
-rw-r--r--test/scopedfile.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/dgreftest/dgreftest.cc b/test/dgreftest/dgreftest.cc
index a4eb897..dc7e45d 100644
--- a/test/dgreftest/dgreftest.cc
+++ b/test/dgreftest/dgreftest.cc
@@ -39,7 +39,7 @@
#include "midiinputengine.h"
#include "wavfileoutputengine.h"
-#include <cpp11fix.h> // required for c++11
+#include <memory>
std::unique_ptr<AudioOutputEngine> createOutput(const std::string& name)
{
diff --git a/test/scopedfile.cc b/test/scopedfile.cc
index 3c30734..763494e 100644
--- a/test/scopedfile.cc
+++ b/test/scopedfile.cc
@@ -29,7 +29,7 @@
#include <cstdlib>
#include <unistd.h>
-#include <cpp11fix.h>
+#include <memory>
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN