[libcxx-commits] [libcxx] [libcxx] Handle windows system error code mapping in std::error_code. (PR #93101)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 5 11:48:20 PDT 2024


================
@@ -22,7 +22,9 @@
 #include <__filesystem/path.h>
 #include <__filesystem/perms.h>
 #include <__system_error/errc.h>
+#include <__system_error/error_category.h>
 #include <__system_error/error_code.h>
+#include <__system_error/error_condition.h>
----------------
ldionne wrote:

Why are these includes needed?

https://github.com/llvm/llvm-project/pull/93101


More information about the libcxx-commits mailing list