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

Unified Diff: src/IceTranslator.h

Issue 1202253002: Includes module header first. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: 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/IceTranslator.h
diff --git a/src/IceTranslator.h b/src/IceTranslator.h
index 0f7f9d7cd53fde19bbcfab832fdda6a60fdd34ab..050a05154271d8d6ba5045725e1d0b016b59d0aa 100644
--- a/src/IceTranslator.h
+++ b/src/IceTranslator.h
@@ -15,6 +15,9 @@
#ifndef SUBZERO_SRC_ICETRANSLATOR_H
#define SUBZERO_SRC_ICETRANSLATOR_H
+#include "IceDefs.h"
+#include "IceGlobalContext.h"
+
namespace llvm {
class Module;
}
« src/IceConverter.cpp ('K') | « src/IceTimerTree.cpp ('k') | src/IceTranslator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698