mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Add missing header wchar.h for usage of wcslen() (#1113)
This commit is contained in:
parent
276415dc19
commit
bf8e924308
@ -50,6 +50,7 @@ SOFTWARE.
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#if ETL_USING_STL && ETL_USING_CPP17
|
||||
#include <string_view>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user