mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
adding string.h (instead of stdio.h) for memset and memcpy on linux
This commit is contained in:
parent
e3fe20ae6a
commit
2d1b06a1ba
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
#include "CPUIdent.h"
|
||||
|
||||
#include <QtCore/QtGlobal>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <intrin.h>
|
||||
|
|
Loading…
Reference in a new issue