Chromium Code Reviews| Index: src/shared/platform/win/nacl_time.c |
| diff --git a/src/shared/platform/win/nacl_time.c b/src/shared/platform/win/nacl_time.c |
| index 98fd25fc5847c932b84cc300b15bb4899f0c5f9b..5810b9e0ca4ee9860d22653480f05258de4f3586 100644 |
| --- a/src/shared/platform/win/nacl_time.c |
| +++ b/src/shared/platform/win/nacl_time.c |
| @@ -13,6 +13,7 @@ |
| #pragma comment(lib, "winmm.lib") |
| #include <windows.h> |
| +#include <intrin.h> |
|
Roland McGrath
2016/03/08 21:58:25
Sort #include's per style guide.
Nico
2016/03/08 22:03:37
The rest of the includes is sorted with windows.h
Roland McGrath
2016/03/08 22:05:31
OK. If <windows.h> first is a normal exception to
|
| #include <mmsystem.h> |
| #include <sys/timeb.h> |
| #include <time.h> |