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

Unified Diff: courgette/consecutive_range_visitor.h

Issue 1543643002: Switch to standard integer types in courgette/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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 | « courgette/bsdiff_memory_unittest.cc ('k') | courgette/consecutive_range_visitor_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/consecutive_range_visitor.h
diff --git a/courgette/consecutive_range_visitor.h b/courgette/consecutive_range_visitor.h
index 562409de4edb7fc82de94152148737993dafdec5..f91115420424897773ab03960ce9a5cfeeb1f179 100644
--- a/courgette/consecutive_range_visitor.h
+++ b/courgette/consecutive_range_visitor.h
@@ -5,6 +5,8 @@
#ifndef COURGETTE_CONSECUTIVE_RANGE_VISITOR_H_
#define COURGETTE_CONSECUTIVE_RANGE_VISITOR_H_
+#include <stddef.h>
+
#include <iterator>
#include "base/macros.h"
« no previous file with comments | « courgette/bsdiff_memory_unittest.cc ('k') | courgette/consecutive_range_visitor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698