removed sys/time.h for Systime.h on windows

This commit is contained in:
Brad Hefta-Gaub 2014-01-10 19:54:20 -08:00
parent 731209d8cb
commit a5c5a35c12

View file

@ -9,7 +9,11 @@
#ifndef __hifi__Assignment__
#define __hifi__Assignment__
#ifdef _WIN32
#include "Systime.h"
#else
#include <sys/time.h>
#endif
#include <QtCore/QUuid>