summaryrefslogtreecommitdiff
path: root/test/scopedfile.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 /test/scopedfile.cc
parentabde59100338999d04633aa6d440b71ce128c846 (diff)
Compile with C++14 support.cpp14
Diffstat (limited to 'test/scopedfile.cc')
-rw-r--r--test/scopedfile.cc2
1 files changed, 1 insertions, 1 deletions
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