Browse Source

Fix compilation on older OSX versions

tags/v0.3.15
Martin Kroeker GitHub 4 years ago
parent
commit
d57c681a6d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      benchmark/bench.h

+ 2
- 0
benchmark/bench.h View File

@@ -3,6 +3,8 @@
#include <time.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#elif defined(__APPLE__)
#include <mach/mach_time.h>
#endif
#include "common.h"



Loading…
Cancel
Save