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/IceLiveness.h

Issue 1202253002: Includes module header first. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Changes All Subzero includes to match LLVM style guide. Created 5 years, 6 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/IceLiveness.h
diff --git a/src/IceLiveness.h b/src/IceLiveness.h
index 333a9049916a5e5eb2c4feed3552ea667dab94b2..03c63ad289b62a6d6a563d41218c058605ea935e 100644
--- a/src/IceLiveness.h
+++ b/src/IceLiveness.h
@@ -20,6 +20,7 @@
#ifndef SUBZERO_SRC_ICELIVENESS_H
#define SUBZERO_SRC_ICELIVENESS_H
+#include "IceCfgNode.h"
#include "IceDefs.h"
#include "IceTypes.h"

Powered by Google App Engine
This is Rietveld 408576698