ofxTriangle icon indicating copy to clipboard operation
ofxTriangle copied to clipboard

<sys/time.h> not found on windows

Open llPekoll opened this issue 9 years ago • 1 comments

doesn't works on windows <sys/time.h> not found.

it seams that windows doesn't have this file

llPekoll avatar Jan 10 '16 11:01 llPekoll

In principle doing

#include <time.h> #include <windows.h>

on Windows should help a bit, as these define some of the datatypes used, though I then get additional errors. The code should in principle also work if you do #define NO_TIMER at the top of triangle_imp.hpp

mruegenberg avatar Apr 08 '16 13:04 mruegenberg