Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
dfebba518b8693b75a0a2ec3449bb09b8ea7accd
Authored by
Josh Klontz
2015-08-25 12:14:18 -0400
1 parent
fd09fecd
windows missing clock() and CLOCKS_PER_SEC without <time.h>
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
openbr/core/boost.h
openbr/core/boost.h
View file @
dfebba5
...
...
@@ -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
...
...