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

Unified Diff: include/v8stdint.h

Issue 9169057: Include what you use for the preparser. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 11 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 | « no previous file | src/allocation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8stdint.h
diff --git a/include/v8stdint.h b/include/v8stdint.h
index 7c12e1f49079934488f3261bd9ab939ca3d4d85c..35772eac083c01db0eccf798b315534b0109f4c3 100644
--- a/include/v8stdint.h
+++ b/include/v8stdint.h
@@ -30,7 +30,7 @@
#ifndef V8STDINT_H_
#define V8STDINT_H_
-#include <stddef.h>
+#include <stddef.h> // IWYU pragma: export
#include <stdio.h>
#if defined(_WIN32) && !defined(__MINGW32__)
@@ -47,7 +47,8 @@ typedef unsigned __int64 uint64_t;
#else
-#include <stdint.h>
+#include <stdint.h> // IWYU pragma: export
+#include <sys/types.h> // IWYU pragma: export
#endif
« no previous file with comments | « no previous file | src/allocation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698