mirror of
https://github.com/overte-org/overte.git
synced 2025-04-10 19:29:07 +02: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