| commit | 3e9415b7c7d6c48c685b618383775f7b5a44bf2a | [log] [tgz] |
|---|---|---|
| author | Elliott Hughes <enh@google.com> | Wed Apr 30 16:50:08 2025 -0400 |
| committer | Elliott Hughes <enh@google.com> | Mon May 05 05:40:52 2025 -0700 |
| tree | 9c69c5e8140ab0534da0174890432672e37c402b | |
| parent | 3ca196780820fedf4fc422c94981159af343916e [diff] |
Fix C++23 build. Two missing #includes (libc++ is stricter about transitive includes if compiling for C++23) and one incomplete type used with std::unique_ptr (whose destructor is constexpr in C++23 which lets clang catch more abuses). Change-Id: I5825238e6429874381edb4060d7f7050159bc7cf