Alexey
2017-04-16 85d1416ff06846f11ad943e86d42b1f16bf36518
src/art.c
@@ -4,10 +4,14 @@
#include "option_list.h"
#include "blas.h"
#include "classifier.h"
#include <sys/time.h>
//#include <sys/time.h>
#include <time.h>
#include <winsock.h>
#include "gettimeofday.h"
#ifdef OPENCV
#include "opencv2/highgui/highgui_c.h"
image get_image_from_stream(CvCapture *cap);
#endif