diff options
Diffstat (limited to 'compiler/cfi_test.h')
-rw-r--r-- | compiler/cfi_test.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/cfi_test.h b/compiler/cfi_test.h index 9755ef12d0..e65bee8e2e 100644 --- a/compiler/cfi_test.h +++ b/compiler/cfi_test.h @@ -23,6 +23,7 @@ #include "arch/instruction_set.h" #include "base/enums.h" +#include "base/macros.h" #include "debug/dwarf/dwarf_test.h" #include "disassembler.h" #include "dwarf/dwarf_constants.h" @@ -30,7 +31,7 @@ #include "gtest/gtest.h" #include "thread.h" -namespace art { +namespace art HIDDEN { class CFITest : public dwarf::DwarfTest { public: |