Add missing header wchar.h for usage of wcslen() (#1113)

This commit is contained in:
Roland Reichwein 2025-06-03 00:11:00 +02:00 committed by GitHub
parent 276415dc19
commit bf8e924308
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>