Skip to content

Commit 3318d45

Browse files
committed
Add missing header
1 parent 9b7dfc7 commit 3318d45

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

tools/snippets/benchmark/c/benchmark.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <stdlib.h>
2323
#include <stdio.h>
2424
#include <math.h>
25+
#include <time.h>
2526
#include <sys/time.h>
2627

2728
#define NAME "TODO"

tools/snippets/benchmark/c/cephes/benchmark.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <stdlib.h>
2323
#include <stdio.h>
2424
#include <math.h>
25+
#include <time.h>
2526
#include <sys/time.h>
2627

2728
#define NAME "TODO"

tools/snippets/benchmark/c/native/benchmark.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <stdlib.h>
2323
#include <stdio.h>
2424
#include <math.h>
25+
#include <time.h>
2526
#include <sys/time.h>
2627
#include "TODO.h"
2728

tools/snippets/benchmark/c/native/benchmark.length.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <stdlib.h>
2323
#include <stdio.h>
2424
#include <math.h>
25+
#include <time.h>
2526
#include <sys/time.h>
2627
#include "TODO.h"
2728

tools/snippets/benchmark/cpp/boost/benchmark.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <stdlib.h>
2323
#include <stdio.h>
2424
#include <math.h>
25+
#include <time.h>
2526
#include <sys/time.h>
2627
#include <boost/random/mersenne_twister.hpp>
2728
#include <boost/random/uniform_real_distribution.hpp>

0 commit comments

Comments
 (0)