Commit dfebba518b8693b75a0a2ec3449bb09b8ea7accd

Authored by Josh Klontz
1 parent fd09fecd

windows missing clock() and CLOCKS_PER_SEC without <time.h>

Showing 1 changed file with 1 additions and 0 deletions
openbr/core/boost.h
... ... @@ -2,6 +2,7 @@
2 2 #define _BOOST_H_
3 3  
4 4 #include "ml.h"
  5 +#include <time.h>
5 6 #include <openbr/openbr_plugin.h>
6 7  
7 8 #ifdef _WIN32
... ...