[all-commits] [llvm/llvm-project] 880857: [libc++] Add missing <stddef.h> include to <wchar.h>
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Jun 25 16:31:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8808574e7438c8768b78ae7dd0f029385c6df01d
https://github.com/llvm/llvm-project/commit/8808574e7438c8768b78ae7dd0f029385c6df01d
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M libcxx/include/wchar.h
Log Message:
-----------
[libc++] Add missing <stddef.h> include to <wchar.h>
It is needed because <wchar.h> uses size_t.
More information about the All-commits
mailing list