Commit 120c4dd
Add missing headers for C++23
Add headers to resolve C++23 build errors because C++23 removed
transitive includes so you have to add the headers directly.
Errors:
vendor/intel/desktop/media-driver/cmrtlib/agnostic/share/cm_printf_host.cpp:226:43:
error: use of undeclared identifier 'atoi'
226 | m_currToken.tokenString =
atoi(m_currToken.tokenString.c_str());
Signed-off-by: Hirokazu Honda <hiroh@google.com>1 parent 024aa25 commit 120c4dd
1 file changed
Lines changed: 1 addition & 0 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments