qt: Fix windows clang & vcpkg build

This commit is contained in:
ts-korhonen
2021-12-19 23:49:47 +02:00
parent 61563bea57
commit 3b16136142
5 changed files with 14 additions and 3 deletions

View File

@@ -2,8 +2,9 @@
* C functionality for Qt platform, where the C equivalent is not easily
* implemented in Qt
*/
#ifdef __MINGW32__
#include <strings.h>
#endif
#include <stdint.h>
#include <wchar.h>