| Index: runtime/vm/instructions_ia32.cc
|
| diff --git a/runtime/vm/instructions_ia32.cc b/runtime/vm/instructions_ia32.cc
|
| index 2b9f638ec901cb2f2f0232ff7404c011864dcfd9..fa36c844e1ac3d381f4b7523ac0c236abe050dae 100644
|
| --- a/runtime/vm/instructions_ia32.cc
|
| +++ b/runtime/vm/instructions_ia32.cc
|
| @@ -5,8 +5,10 @@
|
| #include "vm/globals.h" // Needed here to get TARGET_ARCH_IA32.
|
| #if defined(TARGET_ARCH_IA32)
|
|
|
| -#include "vm/cpu.h"
|
| #include "vm/instructions.h"
|
| +#include "vm/instructions_ia32.h"
|
| +
|
| +#include "vm/cpu.h"
|
| #include "vm/object.h"
|
|
|
| namespace dart {
|
|
|