From 8c854bd336b45db17b48c2101fb2846f84726cdc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Dec 2020 22:14:40 +0100 Subject: Clean up includes in core and server --- tests/ingen_test.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/ingen_test.cpp') diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp index 711a9ab7..eaa6a0ab 100644 --- a/tests/ingen_test.cpp +++ b/tests/ingen_test.cpp @@ -41,7 +41,9 @@ #include #include #include +#include #include +#include #include #include #include @@ -65,7 +67,8 @@ ingen_try(bool cond, const char* msg) FilePath real_file_path(const char* path) { - std::unique_ptr> real_path{realpath(path, nullptr)}; + std::unique_ptr> real_path{realpath(path, nullptr), + FreeDeleter{}}; return FilePath{real_path.get()}; } -- cgit v1.2.1