ofxTriangle
ofxTriangle copied to clipboard
<sys/time.h> not found on windows
doesn't works on windows <sys/time.h> not found.
it seams that windows doesn't have this file
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