From dfebba518b8693b75a0a2ec3449bb09b8ea7accd Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Tue, 25 Aug 2015 12:14:18 -0400 Subject: [PATCH] windows missing clock() and CLOCKS_PER_SEC without --- openbr/core/boost.h | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/openbr/core/boost.h b/openbr/core/boost.h index d936022..31c4a63 100644 --- a/openbr/core/boost.h +++ b/openbr/core/boost.h @@ -2,6 +2,7 @@ #define _BOOST_H_ #include "ml.h" +#include #include #ifdef _WIN32 -- libgit2 0.21.4