[all-commits] [llvm/llvm-project] 5b1697: [libc++] Add missing include to thread.h (#208740)

Liza Burakova via All-commits all-commits at lists.llvm.org
Mon Jul 13 07:53:29 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5b169798db9fc312f397e219f54253266fd518f3
      https://github.com/llvm/llvm-project/commit/5b169798db9fc312f397e219f54253266fd518f3
  Author: Liza Burakova <liza at chromium.org>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M libcxx/include/__thread/thread.h

  Log Message:
  -----------
  [libc++] Add missing include to thread.h (#208740)

Change #195509 removed unused transitive includes, but missed adding
<__type_traits/is_integral.h> to thread.h. This caused errors
to Chromium rolls for libc++ as they caught the missing import.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list