diff options
| author | Martin Sustrik <sustrik@250bpm.com> | 2010-06-04 16:29:36 +0200 |
|---|---|---|
| committer | Martin Sustrik <sustrik@250bpm.com> | 2010-06-04 16:29:36 +0200 |
| commit | cf048bb1f8a665370d9e39aee2a7363327911b08 (patch) | |
| tree | bd5af3e844051771646596a6d13d847bf2ea8f85 /perf | |
| parent | 927993863eda325c66fc678810eeadd0c744cdf2 (diff) | |
platform.hpp for MSVC contains only very basic stuff
Diffstat (limited to 'perf')
| -rw-r--r-- | perf/helpers.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perf/helpers.cpp b/perf/helpers.cpp index ddf1e45..94b653f 100644 --- a/perf/helpers.cpp +++ b/perf/helpers.cpp @@ -19,7 +19,9 @@ #include <assert.h> #include <stdlib.h> -#ifndef _WIN32 +#ifdef _WIN32 +# include "../src/windows.hpp" +#else # include <sys/time.h> # include <unistd.h> #endif |
