Skip to content

Commit 348f547

Browse files
Update benchmark.c
1 parent a7d8192 commit 348f547

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/logic/benchmark.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ static LARGE_INTEGER frequency;
2828
static LARGE_INTEGER start_time;
2929
#elif defined(__APPLE__)
3030
#include <mach/mach_time.h>
31+
clock_t start_time;
3132
#else
3233
#include <sys/time.h>
3334
#include <time.h>

0 commit comments

Comments
 (0)