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

Unified Diff: courgette/difference_estimator.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/crc.cc ('k') | courgette/difference_estimator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/difference_estimator.h
diff --git a/courgette/difference_estimator.h b/courgette/difference_estimator.h
index 295ff93a10a2a0e3273b4c775419aedd19f8be1c..690c8404bdf722a63327444f0c5ad8cc72e8d387 100644
--- a/courgette/difference_estimator.h
+++ b/courgette/difference_estimator.h
@@ -8,8 +8,11 @@
#ifndef COURGETTE_DIFFERENCE_ESTIMATOR_H_
#define COURGETTE_DIFFERENCE_ESTIMATOR_H_
+#include <stddef.h>
+
#include <vector>
+#include "base/macros.h"
#include "courgette/region.h"
namespace courgette {
« no previous file with comments | « courgette/crc.cc ('k') | courgette/difference_estimator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698