Skip to content

Commit

Permalink
Made the speed_test Windows compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicMarechal committed Dec 9, 2021
1 parent 3eae748 commit 0f200ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions utilities/speed_test.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@

#include <stdio.h>
#include <stdlib.h>

#ifdef _WIN32
#include <sys/timeb.h>
#else
#include <sys/time.h>
#endif

#include <libmeshb7.h>


Expand Down

0 comments on commit 0f200ec

Please sign in to comment.