diff options
| author | 2015-05-26 17:42:31 +0000 | |
|---|---|---|
| committer | 2015-05-26 17:42:31 +0000 | |
| commit | dc31313c4577bb4c00d90774159c84e738ed348d (patch) | |
| tree | 5f850028ebc8843cdcaf56c5fc122bd660937603 /compiler/utils/assembler_test_base.h | |
| parent | 03b5a398a96ea29c39ddfe3d810245b868d2871f (diff) | |
| parent | 80afd02024d20e60b197d3adfbb43cc303cf29e0 (diff) | |
Merge "ART: Clean up arm64 kNumberOfXRegisters usage."
Diffstat (limited to 'compiler/utils/assembler_test_base.h')
| -rw-r--r-- | compiler/utils/assembler_test_base.h | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/compiler/utils/assembler_test_base.h b/compiler/utils/assembler_test_base.h index 40eb15bbdc..c8b3fe58a8 100644 --- a/compiler/utils/assembler_test_base.h +++ b/compiler/utils/assembler_test_base.h @@ -17,14 +17,15 @@  #ifndef ART_COMPILER_UTILS_ASSEMBLER_TEST_BASE_H_  #define ART_COMPILER_UTILS_ASSEMBLER_TEST_BASE_H_ -#include "common_runtime_test.h"  // For ScratchFile -  #include <cstdio>  #include <cstdlib>  #include <fstream>  #include <iterator>  #include <sys/stat.h> +#include "common_runtime_test.h"  // For ScratchFile +#include "utils.h" +  namespace art {  // If you want to take a look at the differences between the ART assembler and GCC, set this flag  |