[libcxx-commits] [PATCH] D151475: [libc++][Modules] Add missing includes and exports

Ian Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 25 21:51:42 PDT 2023


iana added inline comments.


================
Comment at: libcxx/include/__algorithm/pstl_backend.h:13
 #include <__algorithm/pstl_backends/cpu_backend.h>
+#include <__algorithm/pstl_backends/cpu_backends/backend.h>
 #include <__config>
----------------
philnik wrote:
> This should be included through `<__algorithm/pstl_backends/cpu_backend.h>`.
Oh, `<__algorithm/pstl_backends/cpu_backend.h>` doesn't include `<__algorithm/pstl_backends/cpu_backends/backend.h>`. Nothing does. I'll ad it there.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151475/new/

https://reviews.llvm.org/D151475



More information about the libcxx-commits mailing list