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

Unified Diff: cc/base/rtree.h

Issue 1539203002: Switch to standard integer types in cc/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more includes Created 5 years 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 | « cc/base/rolling_time_delta_history.cc ('k') | cc/base/rtree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/rtree.h
diff --git a/cc/base/rtree.h b/cc/base/rtree.h
index b9bc0fbeb2b3933b7297ff1ebd0bf09557ae9417..21cd9206cb2b6d95d306cf39b38ddebc5f456d68 100644
--- a/cc/base/rtree.h
+++ b/cc/base/rtree.h
@@ -5,6 +5,9 @@
#ifndef CC_BASE_RTREE_H_
#define CC_BASE_RTREE_H_
+#include <stddef.h>
+#include <stdint.h>
+
#include <deque>
#include <vector>
« no previous file with comments | « cc/base/rolling_time_delta_history.cc ('k') | cc/base/rtree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698