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

Unified Diff: src/IceDefs.h

Issue 1571433004: Implements include/exclude register lists for translation. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: fix nits. Created 4 years, 11 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/IceDefs.h
diff --git a/src/IceDefs.h b/src/IceDefs.h
index ceb6fd090d41b561ae6b1ae432b8a6d36609e28a..310ae1759d7efc24f109d9948d16ec75bf26272a 100644
--- a/src/IceDefs.h
+++ b/src/IceDefs.h
@@ -46,6 +46,7 @@
#include <string>
#include <system_error>
#include <unordered_map>
+#include <unordered_set>
John 2016/01/11 15:43:26 Please don't add this include if you don't need it
Karl 2016/01/12 23:44:04 I need it in IceClFlags.h. Following the lead of o
#include <vector>
namespace Ice {

Powered by Google App Engine
This is Rietveld 408576698