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

Unified Diff: util/numeric/int128_test.cc

Issue 620793003: int128_test.cc: Add missing #include after d198c50abe9b (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/numeric/int128_test.cc
diff --git a/util/numeric/int128_test.cc b/util/numeric/int128_test.cc
index fc18de468e74889a98d7c555806255a67073d1cd..0fbf2c229ede138356ab275b4d3f2b4c16446115 100644
--- a/util/numeric/int128_test.cc
+++ b/util/numeric/int128_test.cc
@@ -14,6 +14,7 @@
#include "util/numeric/int128.h"
+#include "base/basictypes.h"
#include "gtest/gtest.h"
namespace {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698