Chromium Code Reviews| Index: src/IceTranslator.h |
| diff --git a/src/IceTranslator.h b/src/IceTranslator.h |
| index 0f7f9d7cd53fde19bbcfab832fdda6a60fdd34ab..29b2d77eb73ce02578d5194c3042fb5eea7c2431 100644 |
| --- a/src/IceTranslator.h |
| +++ b/src/IceTranslator.h |
| @@ -15,9 +15,12 @@ |
| #ifndef SUBZERO_SRC_ICETRANSLATOR_H |
| #define SUBZERO_SRC_ICETRANSLATOR_H |
| +#include "IceDefs.h" |
| +#include "IceGlobalContext.h" |
| + |
| namespace llvm { |
| class Module; |
| -} |
| +} // end of namespace llvm |
| namespace Ice { |