Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(511)

Unified Diff: src/shared/platform/win/nacl_time.c

Issue 1778653002: Add explicit includes for a few intrinsics. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/shared/platform/win/nacl_exit.c ('k') | src/trusted/service_runtime/arch/x86_32/sel_rt_32.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « src/shared/platform/win/nacl_exit.c ('k') | src/trusted/service_runtime/arch/x86_32/sel_rt_32.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698