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

Unified Diff: Source/build/win/Precompile.h

Issue 26358014: Use the system stdint.h on Windows. (Closed) Base URL: svn://svn.chromium.org/blink/trunk/
Patch Set: Created 7 years, 2 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 | Source/build/win/precompile.gypi » ('j') | Source/build/win/precompile.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/win/Precompile.h
===================================================================
--- Source/build/win/Precompile.h (revision 159522)
+++ Source/build/win/Precompile.h (working copy)
@@ -54,6 +54,7 @@
#include <math.h>
#include <stdarg.h>
#include <stddef.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
« no previous file with comments | « no previous file | Source/build/win/precompile.gypi » ('j') | Source/build/win/precompile.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698