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_github@nedprod.com>2021-03-17 19:04:35 +0300
committerGitHub <noreply@github.com>2021-03-17 19:04:35 +0300
commit3354ed31eea1534321d2ea0c05e82e572297609c (patch)
treee672081eba86c4edf1db01238317b4379e0352b3 /include/llfio/v2.0/detail/impl/windows/directory_handle.ipp
parent17a15470b8d079625732bccfc96a3dd45e18f1c1 (diff)
parentc66ba10ca949bdcce5f1029634f46b3db092a378 (diff)
Merge pull request #68 from ned14/dynamic_thread_pool_group
Dynamic thread pool group
Diffstat (limited to 'include/llfio/v2.0/detail/impl/windows/directory_handle.ipp')
-rw-r--r--include/llfio/v2.0/detail/impl/windows/directory_handle.ipp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llfio/v2.0/detail/impl/windows/directory_handle.ipp b/include/llfio/v2.0/detail/impl/windows/directory_handle.ipp
index 60e34e5e..4da58a91 100644
--- a/include/llfio/v2.0/detail/impl/windows/directory_handle.ipp
+++ b/include/llfio/v2.0/detail/impl/windows/directory_handle.ipp
@@ -28,6 +28,8 @@ http://www.boost.org/LICENSE_1_0.txt)
#include "import.hpp"
+#include "../../../file_handle.hpp"
+
LLFIO_V2_NAMESPACE_BEGIN
result<directory_handle> directory_handle::directory(const path_handle &base, path_view_type path, mode _mode, creation _creation, caching _caching, flag flags) noexcept