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>2018-06-18 22:11:37 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-06-18 22:11:37 +0300
commitb7a315215f10cc201245bbc8fefed5456ce03ee6 (patch)
tree276ca7fbd32e2d467d528ca1f09ccd1f2d87ad06
parent86d7f6745a1f1ac5f4ee6bf32dbf33b75260dd4d (diff)
Fix CI breakage
-rw-r--r--include/afio/v2.0/algorithm/shared_fs_mutex/base.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afio/v2.0/algorithm/shared_fs_mutex/base.hpp b/include/afio/v2.0/algorithm/shared_fs_mutex/base.hpp
index 29aaee27..e0c111ef 100644
--- a/include/afio/v2.0/algorithm/shared_fs_mutex/base.hpp
+++ b/include/afio/v2.0/algorithm/shared_fs_mutex/base.hpp
@@ -28,7 +28,7 @@ Distributed under the Boost Software License, Version 1.0.
#include "../../handle.hpp"
#ifdef __has_include
-#if __has_include("../../../quickcpplib/include/algorithm/hash.hpp")
+#if __has_include("../../quickcpplib/include/algorithm/hash.hpp")
#include "../../quickcpplib/include/algorithm/hash.hpp"
#else
#include "quickcpplib/include/algorithm/hash.hpp"