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

Unified Diff: src/IceStringPool.h

Issue 1900543002: Subzero: Allow per-method controls. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: More cleanup Created 4 years, 8 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
Index: src/IceStringPool.h
diff --git a/src/IceStringPool.h b/src/IceStringPool.h
index 4b5f6dacbb1cdaf049490a2792c4d14caeffe9dd..c046485aa97db756e3802ea4dfa07ce376bfa67e 100644
--- a/src/IceStringPool.h
+++ b/src/IceStringPool.h
@@ -17,6 +17,8 @@
#ifndef SUBZERO_SRC_ICESTRINGPOOL_H
#define SUBZERO_SRC_ICESTRINGPOOL_H
+#include "IceDefs.h" // Ostream
Eric Holk 2016/04/18 18:51:49 Where does Ostream get used?
Jim Stichnoth 2016/04/18 19:49:48 In dump() and the << operator below. This came up
+
#include <cstdint> // uintptr_t
#include <string>
« src/IceClFlags.def ('K') | « src/IceRangeSpec.cpp ('k') | src/IceTargetLowering.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698