mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 22:36:57 +02:00
removed sys/time.h for Systime.h on windows
This commit is contained in:
parent
731209d8cb
commit
a5c5a35c12
1 changed files with 20 additions and 16 deletions
|
@ -9,7 +9,11 @@
|
||||||
#ifndef __hifi__Assignment__
|
#ifndef __hifi__Assignment__
|
||||||
#define __hifi__Assignment__
|
#define __hifi__Assignment__
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include "Systime.h"
|
||||||
|
#else
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <QtCore/QUuid>
|
#include <QtCore/QUuid>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue