Chromium Code Reviews| Index: tests/timer_utils.h |
| diff --git a/tests/timer_utils.h b/tests/timer_utils.h |
| index 95eb8c77b099ac0e15f7c97ae9dedcf722e372d5..f0d6b29973df1cb890fc8f956b2f02c0f1bcae46 100644 |
| --- a/tests/timer_utils.h |
| +++ b/tests/timer_utils.h |
| @@ -6,7 +6,10 @@ |
| #ifndef VBOOT_REFERENCE_TIMER_UTILS_H_ |
| #define VBOOT_REFERENCE_TIMER_UTILS_H_ |
| +#ifndef _MSC_VER |
| #include <inttypes.h> |
| +#endif |
| + |
| #include <time.h> |
| typedef struct ClockTimer { |