diff options
Diffstat (limited to 'src/compiler/CompilerIR.h')
-rw-r--r-- | src/compiler/CompilerIR.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/CompilerIR.h b/src/compiler/CompilerIR.h index 720a31ab33..d04b97c93d 100644 --- a/src/compiler/CompilerIR.h +++ b/src/compiler/CompilerIR.h @@ -18,6 +18,7 @@ #define ART_SRC_COMPILER_COMPILER_IR_H_ #include "codegen/Optimizer.h" +#include "CompilerUtility.h" #include <vector> namespace art { |