Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-17 00:41:04 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-17 00:41:04 +0300
commit0c8f416d674e27ab2edfe1f1d045d4646abf7d78 (patch)
tree56e5d8c7cf83dacdd604df8f70665fe5114383ed /test/tests/section_handle_create_close
parent38e8d387570ea167021bb0aa71edfc0e4f997836 (diff)
Change how quickccplib dependencies are found.
Diffstat (limited to 'test/tests/section_handle_create_close')
-rw-r--r--test/tests/section_handle_create_close/runner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests/section_handle_create_close/runner.cpp b/test/tests/section_handle_create_close/runner.cpp
index a7056303..c7408aba 100644
--- a/test/tests/section_handle_create_close/runner.cpp
+++ b/test/tests/section_handle_create_close/runner.cpp
@@ -22,7 +22,7 @@ Distributed under the Boost Software License, Version 1.0.
http://www.boost.org/LICENSE_1_0.txt)
*/
-#include "../kerneltest/include/kerneltest.hpp"
+#include "kerneltest/include/kerneltest.hpp"
#include "kernel_section_handle.cpp.hpp"
template <class U> inline void section_handle_create_close_(U &&f)